1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Description: Removed setuptools from depends
Author: Thomas Goirand <zigo@debian.org>
Bug-Debian: https://bugs.debian.org/1083470
Last-Update: 2024-10-14
--- magnum-19.0.0.orig/requirements.txt
+++ magnum-19.0.0/requirements.txt
@@ -49,7 +49,6 @@ python-novaclient>=17.2.0 # Apache-2.0
python-keystoneclient>=3.20.0 # Apache-2.0
python-octaviaclient>=2.1.0 # Apache-2.0
requests>=2.20.1 # Apache-2.0
-setuptools!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=30.0.0 # PSF/ZPL
stevedore>=3.3.0 # Apache-2.0
taskflow>=2.16.0 # Apache-2.0
cryptography>=2.1.4 # BSD/Apache-2.0
|