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-openstackclient | |
| 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-openstackclient')
| -rw-r--r-- | net/py-python-openstackclient/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-python-openstackclient/Makefile b/net/py-python-openstackclient/Makefile index 45848574dbac..52e8a8ff97b6 100644 --- a/net/py-python-openstackclient/Makefile +++ b/net/py-python-openstackclient/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cliff>=3.5.0:devel/py-cliff@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.27.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stevedore>=2.0.1:devel/py-stevedore@${PY_FLAVOR} -USES= python:3.9+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent cryptography pep517 NO_ARCH= yes |
