File: remove-setuptools-from-requirements.txt.patch

package info (click to toggle)
python-infoblox-client 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,540 kB
  • sloc: python: 9,572; makefile: 213
file content (13 lines) | stat: -rw-r--r-- 391 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Remove setuptools from requirements.txt
Author: Thomas Goirand <zigo@debian.org>
Bug-Debian: https://bugs.debian.org/1083651
Forwarded: no
Last-Update: 2024-10-14

--- python-infoblox-client-0.6.0.orig/requirements.txt
+++ python-infoblox-client-0.6.0/requirements.txt
@@ -3,4 +3,3 @@ requests>=2.5.2
 urllib3>=1.13
 oslo.serialization>=1.4.0
 oslo.log>=1.8.0
-setuptools>=17.1