Revision: 145091 https://trac.macports.org/changeset/145091 Author: petr@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
participants (1)
-
petr@macports.org