File: remove-setuptools-from-requires.patch

package info (click to toggle)
python-repoze.who 3.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 968 kB
  • sloc: python: 6,024; makefile: 70
file content (17 lines) | stat: -rw-r--r-- 639 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Removed setuptool from requires
Author: Thomas Goirand <zigo@debian.org>
Bug-Debian: https://bugs.debian.org/1083701
Forwarded: no
Last-Update: 2024-10-14

--- python-repoze.who-3.0.0.orig/setup.py
+++ python-repoze.who-3.0.0/setup.py
@@ -60,7 +60,7 @@ setup(name='repoze.who',
       namespace_packages=['repoze', 'repoze.who', 'repoze.who.plugins'],
       zip_safe=False,
       tests_require = tests_require,
-      install_requires=['WebOb', 'zope.interface', 'setuptools'],
+      install_requires=['WebOb', 'zope.interface'],
       test_suite="repoze.who",
       entry_points = """\
       [paste.filter_app_factory]