Removed argparse from requirements.txt (Closes: #810126).

This commit is contained in:
Thomas Goirand 2016-02-06 10:33:13 +00:00
parent 5d2b3e30f0
commit 0184473c77
3 changed files with 22 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
python-cliff (1.15.0-3) unstable; urgency=medium
* Removed argparse from requirements.txt (Closes: #810126).
-- Thomas Goirand <zigo@debian.org> Sat, 06 Feb 2016 10:30:41 +0000
python-cliff (1.15.0-2) unstable; urgency=medium
* Added missing build-depends on python{3,}-yaml.

View File

@ -0,0 +1,15 @@
Description: Removes argparse from requirements.txt
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2016-02-06
--- python-cliff-1.15.0.orig/requirements.txt
+++ python-cliff-1.15.0/requirements.txt
@@ -2,7 +2,6 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr<2.0,>=1.4
-argparse
cmd2>=0.6.7
PrettyTable<0.8,>=0.7
pyparsing>=2.0.1

1
debian/patches/series vendored Normal file
View File

@ -0,0 +1 @@
removes-argparse-from-requirements.txt