diff options
author | 2017-02-28 12:04:00 +0100 | |
---|---|---|
committer | 2017-02-28 12:26:51 +0100 | |
commit | b74bbdb103793752fe430918e31a13825c58fc1b (patch) | |
tree | c432f41aab9240113f9d0ff2b1e398ef5d2ae024 /dev-python/rospkg/rospkg-9999.ebuild | |
parent | sci-libs/octomap: remove old (diff) | |
download | gentoo-b74bbdb103793752fe430918e31a13825c58fc1b.tar.gz gentoo-b74bbdb103793752fe430918e31a13825c58fc1b.tar.bz2 gentoo-b74bbdb103793752fe430918e31a13825c58fc1b.zip |
dev-python/rospkg: strip ros_packages/ from path when updating the cache
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/rospkg/rospkg-9999.ebuild')
-rw-r--r-- | dev-python/rospkg/rospkg-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/rospkg/rospkg-9999.ebuild b/dev-python/rospkg/rospkg-9999.ebuild index 56908705af3d..6ed953cac503 100644 --- a/dev-python/rospkg/rospkg-9999.ebuild +++ b/dev-python/rospkg/rospkg-9999.ebuild @@ -37,6 +37,7 @@ DEPEND="${RDEPEND} dev-python/coverage[${PYTHON_USEDEP}] ) " +PATCHES=( "${FILESDIR}/gentoo.patch" ) python_test() { nosetests --with-coverage --cover-package=rospkg --with-xunit test || die |