summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2019-01-15 11:37:05 +0100
committerAlexis Ballier <aballier@gentoo.org>2019-01-15 11:46:45 +0100
commite70904d8adddb1c7abe7fcc806c9cd06ed07bfc2 (patch)
tree209719966a2d0af1002d0959acdc453aacd9c41d
parentdev-python/catkin_pkg: Remove old (diff)
downloadgentoo-e70904d8adddb1c7abe7fcc806c9cd06ed07bfc2.tar.gz
gentoo-e70904d8adddb1c7abe7fcc806c9cd06ed07bfc2.tar.bz2
gentoo-e70904d8adddb1c7abe7fcc806c9cd06ed07bfc2.zip
dev-python/catkin_pkg: Remove old
Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
-rw-r--r--dev-python/catkin_pkg/files/argparse.patch12
1 files changed, 0 insertions, 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 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'
- ],