diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-09 16:34:07 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-09 16:34:07 +0000 |
commit | 8524eefbd1811ebd83997f30fcef7b398ffe0873 (patch) | |
tree | 59905ba60083129766f97cebec0ad2d9f17a98be /net/py-urllib3 | |
parent | mail/py-python-slimta: Unbreak import with FreeBSD Python (diff) |
Remove python 2.7 support from a few ports
Notes
Notes:
svn path=/head/; revision=560874
Diffstat (limited to 'net/py-urllib3')
-rw-r--r-- | net/py-urllib3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-urllib3/Makefile b/net/py-urllib3/Makefile index d03f32f696db..c817d641da8f 100644 --- a/net/py-urllib3/Makefile +++ b/net/py-urllib3/Makefile @@ -25,7 +25,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flaky>=3.6.1:devel/py-flaky@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cryptography>=1.3.4:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pysocks>=1.5.6:net/py-pysocks@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |