File: removed-setuptools-from-install-requires.patch

package info (click to toggle)
python-calmjs.parse 1.2.5-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 808 kB
  • sloc: python: 10,145; makefile: 20
file content (16 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (2)
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/1083602
Forwarded: no
Last-Update: 2024-10-14

--- python-calmjs.parse-1.2.5.orig/setup.py
+++ python-calmjs.parse-1.2.5/setup.py
@@ -58,7 +58,6 @@ setup(
         'install': InstallHook,
     },
     install_requires=[
-        'setuptools',
         'ply>=3.6',
     ],
     entry_points={