File: removed-setuptools-depends.patch

package info (click to toggle)
magnum 21.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,968 kB
  • sloc: python: 33,781; sh: 16,800; makefile: 75
file content (15 lines) | stat: -rw-r--r-- 633 bytes parent folder | download | duplicates (2)
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