diff --git a/debian/changelog b/debian/changelog index a06eb60..88b8082 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-cliff (1.15.0-3) unstable; urgency=medium + + * Removed argparse from requirements.txt (Closes: #810126). + + -- Thomas Goirand 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. diff --git a/debian/patches/removes-argparse-from-requirements.txt b/debian/patches/removes-argparse-from-requirements.txt new file mode 100644 index 0000000..78a3814 --- /dev/null +++ b/debian/patches/removes-argparse-from-requirements.txt @@ -0,0 +1,15 @@ +Description: Removes argparse from requirements.txt +Author: Thomas Goirand +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 diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..b71024c --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +removes-argparse-from-requirements.txt