15
0
forked from pool/python-cliff
Files
python-cliff/remove-distribute-dep.patch
Stephan Kulow 0f8251c6d4 Accepting request 220428 from devel:languages:python
- 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
2014-01-31 08:44:04 +00:00

9 lines
115 B
Diff

--- test-requirements.txt
+++ test-requirements.txt
@@ -3,5 +3,4 @@
coverage
pep8
cmd2
-distribute
PrettyTable