Revision
148978
Author
raimue@macports.org
Date
2016-05-24 02:54:34 -0700 (Tue, 24 May 2016)

Log Message

python/py-wtforms: Add missing build dependency on setuptools

Modified Paths

Diff

Modified: trunk/dports/python/py-wtforms/Portfile (148977 => 148978)


--- trunk/dports/python/py-wtforms/Portfile	2016-05-24 09:21:17 UTC (rev 148977)
+++ trunk/dports/python/py-wtforms/Portfile	2016-05-24 09:54:34 UTC (rev 148978)
@@ -34,5 +34,7 @@
     livecheck.url   [lindex ${master_sites} 0]
     livecheck.regex ">${_name}-(\\d+(\\.\\d+)+)\\${extract.suffix}<"
 } else {
+    depends_build   port:py${python.version}-setuptools
+
     livecheck.type  none
 }