File: removed-setuptools-from-install_requires.patch

package info (click to toggle)
python-calmjs.types 1.0.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124 kB
  • sloc: python: 61; makefile: 19
file content (16 lines) | stat: -rw-r--r-- 422 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Removed setuptools from install_requires
Author: Thomas Goirand <zigo@debian.org>
Bug-Debian: https://bugs.debian.org/1083603
Forwarded: no
Last-Update: 2024-10-14

--- python-calmjs.types-1.0.1.orig/setup.py
+++ python-calmjs.types-1.0.1/setup.py
@@ -39,7 +39,6 @@ setup(
     include_package_data=True,
     zip_safe=False,
     install_requires=[
-        'setuptools',
     ],
     entry_points={
     },