summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2023-08-05 17:04:00 +0200
committerPicca Frédéric-Emmanuel <picca@debian.org>2023-08-05 17:04:00 +0200
commitf264aac266a55276ab733acb404d20052c12873f (patch)
treedff576c2946bd886c9f3e3ffde5222ee845b88d8
parente349a5635c30a80b4a35439c1ae5346338f56646 (diff)
typo in the setup.py
-rw-r--r--debian/patches/requirements.patch14
1 files changed, 11 insertions, 3 deletions
diff --git a/debian/patches/requirements.patch b/debian/patches/requirements.patch
index 7fbafcd..d2496a4 100644
--- a/debian/patches/requirements.patch
+++ b/debian/patches/requirements.patch
@@ -3,11 +3,11 @@ Date: Sat, 5 Aug 2023 16:43:31 +0200
Subject: requirements
---
- setup.py | 1 +
- 1 file changed, 1 insertion(+)
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
-index 5acbff9..d5b6edd 100755
+index 5acbff9..c69eea5 100755
--- a/setup.py
+++ b/setup.py
@@ -53,6 +53,7 @@ setup(name = 'pyepics',
@@ -18,3 +18,11 @@ index 5acbff9..d5b6edd 100755
platforms = ['Windows', 'Linux', 'Mac OS X'],
classifiers = ['Intended Audience :: Science/Research',
'Operating System :: OS Independent',
+@@ -60,7 +61,6 @@ setup(name = 'pyepics',
+ 'Topic :: Scientific/Engineering'],
+ packages = ['epics','epics.wx','epics.devices', 'epics.compat',
+ 'epics.autosave'],
+- install_requires = ['setuptools']
+ )
+
+ try: