Revision
107352
Author
jmr@macports.org
Date
2013-06-25 20:12:44 -0700 (Tue, 25 Jun 2013)

Log Message

py-pyro: fix setuptools dep type

Modified Paths

Diff

Modified: trunk/dports/python/py-pyro/Portfile (107351 => 107352)


--- trunk/dports/python/py-pyro/Portfile	2013-06-26 03:08:51 UTC (rev 107351)
+++ trunk/dports/python/py-pyro/Portfile	2013-06-26 03:12:44 UTC (rev 107352)
@@ -31,7 +31,7 @@
 python.versions     26 27 31 32 33
 
 if {$subport != $name} {
-    depends_lib     port:py${python.version}-setuptools
+    depends_build   port:py${python.version}-setuptools
     livecheck.type  none
 } else {
     livecheck.url   http://pypi.python.org/pypi/Pyro4