diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-11-01 18:24:13 +0300 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-11-01 18:28:25 +0300 |
commit | 6f494d8dbfedb8182dde379e623a001820fdab91 (patch) | |
tree | 4d8f822c59380f52c513b668fec1c8c75da9f823 /dns/ldns | |
parent | ba87d257864f095cb5808ebbf58af1288ceb4e7c (diff) | |
download | freebsd-ports-6f494d8dbfedb8182dde379e623a001820fdab91.zip |
dns/py-ldns: update supported python versions
configure: error: cannot import Python module "distutils".
Please check your Python installation. The error was:
<string>:1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
Approved by: portmgr blanket
Diffstat (limited to 'dns/ldns')
-rw-r--r-- | dns/ldns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile index 36ac23935870..375bb1f8167c 100644 --- a/dns/ldns/Makefile +++ b/dns/ldns/Makefile @@ -61,7 +61,7 @@ DRILL_INSTALL_TARGET= install-drill EXAMPLES_INSTALL_TARGET= install-examples .if defined(BUILD_PYLDNS) -USES+= python:3.6+ +USES+= python:3.6-3.9 USE_PYTHON= flavors PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} ALL_TARGET= pyldns |