You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/catkin_pkg/files/argparse.patch

13 lines
408 B

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'
],