[149104] trunk/dports/python/py-dnspython/Portfile

ram at macports.org ram at macports.org
Mon May 30 07:28:38 PDT 2016


Revision: 149104
          https://trac.macports.org/changeset/149104
Author:   ram at macports.org
Date:     2016-05-30 07:28:38 -0700 (Mon, 30 May 2016)
Log Message:
-----------
python/py-dnspython: only specifiy deps for subport, fixes #51518

Modified Paths:
--------------
    trunk/dports/python/py-dnspython/Portfile

Modified: trunk/dports/python/py-dnspython/Portfile
===================================================================
--- trunk/dports/python/py-dnspython/Portfile	2016-05-30 13:33:11 UTC (rev 149103)
+++ trunk/dports/python/py-dnspython/Portfile	2016-05-30 14:28:38 UTC (rev 149104)
@@ -26,7 +26,9 @@
 checksums          rmd160 f762bb70ddf17c141909ef9ce9cdf5d78605ff05 \
                    sha256 1406421e208931a66fef38ef0106711e1da277c9f40ed935ec1ab7374c1687fc
 
-depends_build-append port:py${python.version}-setuptools
+if {${name} ne ${subport}} {
+  depends_build-append port:py${python.version}-setuptools
+}
 
 post-destroot {
   if {${name} ne ${subport}} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160530/a92597c6/attachment-0001.html>


More information about the macports-changes mailing list