forked from pool/python-cliff
- add prettytable-0.7x.diff: - Be compatible with PrettyTable 0.7 - tighten rpm dependencies (forwarded request 158846 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/158847 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=4
22 lines
394 B
Diff
22 lines
394 B
Diff
--- cliff.egg-info/requires.txt
|
|
+++ cliff.egg-info/requires.txt
|
|
@@ -1,4 +1,4 @@
|
|
distribute
|
|
-PrettyTable>=0.6,<0.7
|
|
+PrettyTable>=0.6,<0.8
|
|
cmd2==0.6.4
|
|
-pyparsing==1.5.7
|
|
\ Kein Zeilenumbruch am Dateiende.
|
|
+pyparsing==1.5.7
|
|
--- setup.py
|
|
+++ setup.py
|
|
@@ -23,7 +23,7 @@
|
|
|
|
install_requires = [
|
|
'distribute',
|
|
- 'PrettyTable>=0.6,<0.7',
|
|
+ 'PrettyTable>=0.6,<0.8',
|
|
'cmd2==0.6.4',
|
|
]
|
|
|