forked from pool/python-jirafs
- Add missing Requires - Initial packaging effort for 1.17.1 OBS-URL: https://build.opensuse.org/request/show/674579 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jirafs?expand=0&rev=1
20 lines
425 B
Diff
20 lines
425 B
Diff
--- a/requirements.txt
|
|
+++ b/requirements.txt
|
|
@@ -3,5 +3,5 @@ six>=1.9.0
|
|
blessings>=1.5.1,<2.0
|
|
ipdb>=0.8,<1.0
|
|
verlib>=0.1,<1.0
|
|
-prettytable>=0.7.2,<1.0
|
|
+PrettyTable>=0.7.2,<1.0
|
|
environmental-override>=0.1.2
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -27,6 +27,7 @@ except ImportError:
|
|
if not req.startswith('-')
|
|
and not req.startswith('#')
|
|
]
|
|
+ print(requirements)
|
|
|
|
|
|
class Tox(TestCommand):
|