[145091] trunk/dports/python/py-jwt/Portfile

petr at macports.org petr at macports.org
Mon Jan 25 13:08:59 PST 2016


Revision: 145091
          https://trac.macports.org/changeset/145091
Author:   petr at macports.org
Date:     2016-01-25 13:08:59 -0800 (Mon, 25 Jan 2016)
Log Message:
-----------
py-jwt: fix dependencies

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

Modified: trunk/dports/python/py-jwt/Portfile
===================================================================
--- trunk/dports/python/py-jwt/Portfile	2016-01-25 20:59:35 UTC (rev 145090)
+++ trunk/dports/python/py-jwt/Portfile	2016-01-25 21:08:59 UTC (rev 145091)
@@ -29,8 +29,10 @@
 python.versions     27 34 35
 
 if {${name} ne ${subport}} {
-    depends_build-append    port:py${python.version}-setuptools
+    depends_build-append    port:py${python.version}-setuptools \
+                            port:py${python.version}-pytest-runner
 
+
     livecheck.type  none
 } else {
     livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160125/3b8749fa/attachment.html>


More information about the macports-changes mailing list