File: 0003-Drop-setuptools-from-install-requirements.patch

package info (click to toggle)
ros-catkin-pkg 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 708 kB
  • sloc: python: 4,704; xml: 183; makefile: 36
file content (20 lines) | stat: -rw-r--r-- 469 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org>
Date: Wed, 20 Aug 2025 18:30:04 +0200
Subject: Drop setuptools from install requirements

---
 setup.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.py b/setup.py
index 113ab4e..fbe8116 100755
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,6 @@ kwargs = {
         'packaging',
         'python-dateutil',
         'pyparsing',
-        'setuptools',
     ],
     'extras_require': {
         'test': [