mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
dev-python/catkin_pkg: Remove argparse dep from setup.py
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
@@ -37,7 +37,7 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}
|
||||
test? ( dev-python/mock[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )
|
||||
"
|
||||
PATCHES=( "${FILESDIR}/catkin_prefix.patch" )
|
||||
PATCHES=( "${FILESDIR}/catkin_prefix.patch" "${FILESDIR}/argparse.patch" )
|
||||
|
||||
python_test() {
|
||||
nosetests -s --tests test || die
|
||||
@@ -37,7 +37,7 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}
|
||||
test? ( dev-python/mock[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )
|
||||
"
|
||||
PATCHES=( "${FILESDIR}/catkin_prefix.patch" )
|
||||
PATCHES=( "${FILESDIR}/catkin_prefix.patch" "${FILESDIR}/argparse.patch" )
|
||||
|
||||
python_test() {
|
||||
nosetests -s --tests test || die
|
||||
|
||||
12
dev-python/catkin_pkg/files/argparse.patch
Normal file
12
dev-python/catkin_pkg/files/argparse.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
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'
|
||||
],
|
||||
Reference in New Issue
Block a user