Remove dependancy on python 2.7

Reported by:	db@
This commit is contained in:
Steven Kreuzer 2019-01-13 02:05:12 +00:00
parent 5545fd36f5
commit c289dfe804
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490104

View File

@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.8:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}reportlab>=3.2.0:print/py-reportlab@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}custom_inherit>=2.2.0:textproc/py-custom_inherit@${PY_FLAVOR}
USES= python:2.7
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>