forked from pool/python-cliff
- update to 1.5.2: * Fix the arguments passed to commands when they are instantiated to pull out help. * Add bash command completion. * Use stevedore to load formatter plugins * Use pbr for packaging - add remove-distribute-dep.patch: remove distribute dependency - add 0001-Fix-doc-build-with-Python-2.6.x.patch: Fix build with python 2.6 (forwarded request 220390 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/220428 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=16
9 lines
115 B
Diff
9 lines
115 B
Diff
--- test-requirements.txt
|
|
+++ test-requirements.txt
|
|
@@ -3,5 +3,4 @@
|
|
coverage
|
|
pep8
|
|
cmd2
|
|
-distribute
|
|
PrettyTable
|