From: Alexis Ballier Date: Tue, 15 Jan 2019 10:37:05 +0000 (+0100) Subject: dev-python/catkin_pkg: Remove old X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e70904d8adddb1c7abe7fcc806c9cd06ed07bfc2;p=gentoo.git dev-python/catkin_pkg: Remove old Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Alexis Ballier --- diff --git a/dev-python/catkin_pkg/files/argparse.patch b/dev-python/catkin_pkg/files/argparse.patch deleted file mode 100644 index f39df4a40565..000000000000 --- a/dev-python/catkin_pkg/files/argparse.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: catkin_pkg-0.3.1/setup.py -=================================================================== ---- catkin_pkg-0.3.1.orig/setup.py -+++ catkin_pkg-0.3.1/setup.py -@@ -31,7 +31,6 @@ kwargs = { - 'long_description': 'Library for retrieving information about catkin packages.', - 'license': 'BSD', - 'install_requires': [ -- 'argparse', - 'docutils', - 'python-dateutil' - ],