dev-python/catkin_pkg: Remove old
authorAlexis Ballier <aballier@gentoo.org>
Tue, 15 Jan 2019 10:37:05 +0000 (11:37 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Tue, 15 Jan 2019 10:46:45 +0000 (11:46 +0100)
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
dev-python/catkin_pkg/files/argparse.patch [deleted file]

diff --git a/dev-python/catkin_pkg/files/argparse.patch b/dev-python/catkin_pkg/files/argparse.patch
deleted file mode 100644 (file)
index f39df4a..0000000
+++ /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'
-     ],