diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-08-13 01:33:57 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-08-13 01:33:57 +0800 |
commit | e20c300ec91abb0f0bad7a2759a2557b8e59eea9 (patch) | |
tree | 53b632ffd5a7eb4a35aea2c7d1ace1b6f78937e4 /dns/py-idna_ssl | |
parent | eb1a30faa097b906f9ae45ce79bef22a2adc9dee (diff) | |
download | freebsd-ports-gnome-e20c300ec91abb0f0bad7a2759a2557b8e59eea9.tar.gz freebsd-ports-gnome-e20c300ec91abb0f0bad7a2759a2557b8e59eea9.tar.zst freebsd-ports-gnome-e20c300ec91abb0f0bad7a2759a2557b8e59eea9.zip |
Relax USES=python
Diffstat (limited to 'dns/py-idna_ssl')
-rw-r--r-- | dns/py-idna_ssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/py-idna_ssl/Makefile b/dns/py-idna_ssl/Makefile index 4a4d3fdc244c..9e0a2c77d830 100644 --- a/dns/py-idna_ssl/Makefile +++ b/dns/py-idna_ssl/Makefile @@ -22,6 +22,6 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=2.3:www/py-aiohttp@${PY_FLAVOR} \ NO_ARCH= yes USE_PYTHON= autoplist distutils -USES= python:3.3-3.6 +USES= python:3.3+ .include <bsd.port.mk> |