diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 0950e04..8115a0e 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -78,6 +78,12 @@ Requires: (python3.11-pip-wheel if python3.11) Requires: (python3.11-setuptools-wheel if python3.11) Requires: (python3.11-wheel-wheel if python3.11) +# For Python 3.12 +# (setuptools and wheel is not installed by default, but still possible with --wheel/setuptools=bundle) +Requires: (python3.12-pip-wheel if python3.12) +Requires: (python3.12-setuptools-wheel if python3.12) +Requires: (python3.12-wheel-wheel if python3.12) + %description -n python3-virtualenv virtualenv is a tool to create isolated Python environments. virtualenv is a successor to workingenv, and an extension of virtual-python. It is @@ -153,6 +159,7 @@ PIP_CERT=/etc/pki/tls/certs/ca-bundle.crt \ * Wed Jan 03 2024 Miro HronĨok - 20.21.1-1 - Update to 20.21.1 - Backport from 20.23.0: Don't install setuptools and wheel to Python 3.12+ environments +- Add RPM Requires needed for Python 3.12 * Thu Jul 27 2023 Benjamin A. Beasley - 20.20.0-2 - Remove workarounds for old hatchling