[137669] trunk/dports/python/py-virtualenvwrapper/Portfile
larryv at macports.org
larryv at macports.org
Tue Jun 16 21:53:19 PDT 2015
Revision: 137669
https://trac.macports.org/changeset/137669
Author: larryv at macports.org
Date: 2015-06-16 21:53:19 -0700 (Tue, 16 Jun 2015)
Log Message:
-----------
py-virtualenvwrapper: Add missing dependency on pbr
https://lists.macosforge.org/pipermail/macports-users/2015-June/038786.html
Modified Paths:
--------------
trunk/dports/python/py-virtualenvwrapper/Portfile
Modified: trunk/dports/python/py-virtualenvwrapper/Portfile
===================================================================
--- trunk/dports/python/py-virtualenvwrapper/Portfile 2015-06-17 04:53:17 UTC (rev 137668)
+++ trunk/dports/python/py-virtualenvwrapper/Portfile 2015-06-17 04:53:19 UTC (rev 137669)
@@ -30,7 +30,8 @@
python.versions 27 34
if {${name} ne ${subport}} {
- depends_lib-append port:py${python.version}-setuptools \
+ depends_lib-append port:py${python.version}-pbr \
+ port:py${python.version}-setuptools \
port:py${python.version}-stevedore \
port:py${python.version}-virtualenv \
port:py${python.version}-virtualenv-clone
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150616/b28b4f34/attachment.html>
More information about the macports-changes
mailing list