diff options
| author | Matthias Andree <mandree@FreeBSD.org> | 2025-11-01 15:12:03 +0100 |
|---|---|---|
| committer | Matthias Andree <mandree@FreeBSD.org> | 2025-11-01 18:23:22 +0100 |
| commit | 1403bb7765965eccd644a73cb136a155e46f7ea8 (patch) | |
| tree | 1814f9b3f066a008c4f82299c4619d3439a5a13f /net/py-python-novaclient | |
| parent | lang/python310: deprecate and expire in 11 months (diff) | |
*: Revise USES=python:... version range constraints
and strip all lower bounds of 3.9 or 3.10 because they are implied now.
python:3.9-X -> python:-X
python:3.9+ -> python
python:3.10-X -> python:-X
python:3.10+ -> python
(options such as ,build preserved)
Diffstat (limited to 'net/py-python-novaclient')
| -rw-r--r-- | net/py-python-novaclient/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-python-novaclient/Makefile b/net/py-python-novaclient/Makefile index 44c839e4f258..aabd14379d0e 100644 --- a/net/py-python-novaclient/Makefile +++ b/net/py-python-novaclient/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601@${PY_FLAVOR ${PYTHON_PKGNAMEPREFIX}prettytable0>=0.7.2:devel/py-prettytable0@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stevedore>=2.0.1:devel/py-stevedore@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes |
