File: 2a8a5387c23685949b37d686acd8d07df10e8142.patch

package info (click to toggle)
zope.deferredimport 6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 276 kB
  • sloc: python: 292; makefile: 150
file content (18 lines) | stat: -rw-r--r-- 499 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From 2a8a5387c23685949b37d686acd8d07df10e8142 Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@debian.org>
Date: Thu, 25 Sep 2025 08:02:59 +0100
Subject: [PATCH] Remove run-time dependency on setuptools (#18)

It was needed for `pkg_resources`-style namespace packages, but that's no
longer a problem here.

--- a/setup.py
+++ b/setup.py
@@ -77,7 +77,6 @@
     ],
     python_requires='>=3.9',
     install_requires=[
-        'setuptools',
         'zope.proxy',
     ],
     extras_require={