File: remove-setuptools-dependency.patch

package info (click to toggle)
python-pyfunceble 4.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,144 kB
  • sloc: python: 27,918; sh: 142; makefile: 48
file content (23 lines) | stat: -rw-r--r-- 578 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Colin Watson <cjwatson@debian.org>
Date: Wed, 7 Jan 2026 15:26:47 +0000
Subject: Remove unused run-time dependency on setuptools

Bug-Debian: https://bugs.debian.org/1083692
Last-Update: 2026-01-07
---
 requirements.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index d652dac..255c5d2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,7 +9,6 @@ python-box[all]~=7.3.2
 python-dotenv
 PyYAML
 requests[socks]<3
-setuptools>=65.5.1
 shtab
 SQLAlchemy~=2.0
 pyfunceble-process-manager==1.0.10
\ No newline at end of file