commit: e70904d8adddb1c7abe7fcc806c9cd06ed07bfc2
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 15 10:37:05 2019 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan 15 10:46:45 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70904d8
dev-python/catkin_pkg: Remove old
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-python/catkin_pkg/files/argparse.patch | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/dev-python/catkin_pkg/files/argparse.patch
b/dev-python/catkin_pkg/files/argparse.patch
deleted file mode 100644
index f39df4a4056..00000000000
--- 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'
- ],