[130025] trunk/dports/python/py-cryptography/Portfile

stromnov at macports.org stromnov at macports.org
Wed Dec 24 15:19:06 PST 2014


Revision: 130025
          https://trac.macports.org/changeset/130025
Author:   stromnov at macports.org
Date:     2014-12-24 15:19:06 -0800 (Wed, 24 Dec 2014)
Log Message:
-----------
py-cryptography: add dependencies (#46316)

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

Modified: trunk/dports/python/py-cryptography/Portfile
===================================================================
--- trunk/dports/python/py-cryptography/Portfile	2014-12-24 21:59:02 UTC (rev 130024)
+++ trunk/dports/python/py-cryptography/Portfile	2014-12-24 23:19:06 UTC (rev 130025)
@@ -29,8 +29,13 @@
 if {${name} ne ${subport}} {
     depends_lib-append  port:py${python.version}-setuptools \
                         port:py${python.version}-cffi \
+                        port:py${python.version}-asn1 \
                         port:py${python.version}-six
 
+    if {${python.version} < 34} {
+        depends_lib-append  port:py${python.version}-enum34
+    }
+
     livecheck.type      none
 } else {
     livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141224/05a6d5db/attachment.html>


More information about the macports-changes mailing list