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
This commit is contained in:
parent
ba87d25786
commit
6f494d8dbf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue