From e70904d8adddb1c7abe7fcc806c9cd06ed07bfc2 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 15 Jan 2019 11:37:05 +0100 Subject: [PATCH] dev-python/catkin_pkg: Remove old Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Alexis Ballier --- dev-python/catkin_pkg/files/argparse.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 dev-python/catkin_pkg/files/argparse.patch diff --git a/dev-python/catkin_pkg/files/argparse.patch b/dev-python/catkin_pkg/files/argparse.patch deleted file mode 100644 index f39df4a405659..0000000000000 --- 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' - ],