[136288] trunk/dports/python/py-pluggy/Portfile
larryv at macports.org
larryv at macports.org
Wed May 13 23:24:15 PDT 2015
Revision: 136288
https://trac.macports.org/changeset/136288
Author: larryv at macports.org
Date: 2015-05-13 23:24:14 -0700 (Wed, 13 May 2015)
Log Message:
-----------
py-pluggy: Add missing dependency on setuptools
Modified Paths:
--------------
trunk/dports/python/py-pluggy/Portfile
Modified: trunk/dports/python/py-pluggy/Portfile
===================================================================
--- trunk/dports/python/py-pluggy/Portfile 2015-05-14 06:03:00 UTC (rev 136287)
+++ trunk/dports/python/py-pluggy/Portfile 2015-05-14 06:24:14 UTC (rev 136288)
@@ -25,7 +25,8 @@
python.versions 27 34
if {${name} ne ${subport}} {
- depends_lib-append port:py${python.version}-py
+ depends_lib-append port:py${python.version}-py \
+ port:py${python.version}-setuptools \
livecheck.type none
} else {
livecheck.type regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150513/86878e9f/attachment.html>
More information about the macports-changes
mailing list