File: remove-setuptools-dependency.patch

package info (click to toggle)
python-airr 1.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 684 kB
  • sloc: python: 2,407; sh: 19; makefile: 10
file content (19 lines) | stat: -rw-r--r-- 476 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Colin Watson <cjwatson@debian.org>
Date: Wed, 28 Jan 2026 02:10:19 +0000
Subject: Remove run-time dependency on setuptools

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

diff --git a/requirements.txt b/requirements.txt
index 51750e5..749f053 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,3 @@
 pandas>=0.24.0
 pyyaml>=3.12
 yamlordereddictloader>=0.4.0
-setuptools>=2.0