svn commit: r521644 - head/net/py-zeep

Antoine Brodin antoine at FreeBSD.org
Tue Dec 31 16:53:30 UTC 2019


Author: antoine
Date: Tue Dec 31 16:53:30 2019
New Revision: 521644
URL: https://svnweb.freebsd.org/changeset/ports/521644

Log:
  Unbreak w3af, py-zeep seems to work fine with python 2.7

Modified:
  head/net/py-zeep/Makefile

Modified: head/net/py-zeep/Makefile
==============================================================================
--- head/net/py-zeep/Makefile	Tue Dec 31 16:36:33 2019	(r521643)
+++ head/net/py-zeep/Makefile	Tue Dec 31 16:53:30 2019	(r521644)
@@ -28,7 +28,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}appdirs>=1.4.0:dev
 		${PYTHON_PKGNAMEPREFIX}tornado4>=4.0.2:www/py-tornado4@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}xmlsec>=0.6.1:security/py-xmlsec@${PY_FLAVOR}
 
-USES=		python:3.4+
+USES=		python
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes


More information about the svn-ports-head mailing list