summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-02-16 05:12:59 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-02-16 05:31:42 +0100
commite7135ebb9b7ff1eb30386794ae563b5cbc415bd5 (patch)
tree089c6dc92c6fa1819ce968ef091b11c2a3cad7e7 /dev-python/catkin_pkg/catkin_pkg-9999.ebuild
parentdev-ros/std_msgs: bump to 0.5.11 (diff)
downloadgentoo-e7135ebb9b7ff1eb30386794ae563b5cbc415bd5.tar.gz
gentoo-e7135ebb9b7ff1eb30386794ae563b5cbc415bd5.tar.bz2
gentoo-e7135ebb9b7ff1eb30386794ae563b5cbc415bd5.zip
dev-python/catkin_pkg: Remove argparse dep from setup.py
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/catkin_pkg/catkin_pkg-9999.ebuild')
-rw-r--r--dev-python/catkin_pkg/catkin_pkg-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild b/dev-python/catkin_pkg/catkin_pkg-9999.ebuild
index fbc5d3f2d01c..ce8fd6d9c5b6 100644
--- a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild
+++ b/dev-python/catkin_pkg/catkin_pkg-9999.ebuild
@@ -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