diff options
author | Alexis Ballier <aballier@gentoo.org> | 2018-02-12 14:32:05 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2018-02-12 14:32:05 +0100 |
commit | 54f426d72690cb3359bff0e8c20d6a774e0faa50 (patch) | |
tree | d7941f514507409e660ca21d9c6dbd0eed99a511 /dev-python/rospkg | |
parent | dev-ros/gmapping: add missing nodelet dep. (diff) | |
download | gentoo-54f426d72690cb3359bff0e8c20d6a774e0faa50.tar.gz gentoo-54f426d72690cb3359bff0e8c20d6a774e0faa50.tar.bz2 gentoo-54f426d72690cb3359bff0e8c20d6a774e0faa50.zip |
dev-python/rospkg: add missing mock test dep
Closes: https://bugs.gentoo.org/640384
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-python/rospkg')
-rw-r--r-- | dev-python/rospkg/rospkg-1.1.4.ebuild | 3 | ||||
-rw-r--r-- | dev-python/rospkg/rospkg-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/rospkg/rospkg-1.1.4.ebuild b/dev-python/rospkg/rospkg-1.1.4.ebuild index a7dae07958a5..bf7619313e02 100644 --- a/dev-python/rospkg/rospkg-1.1.4.ebuild +++ b/dev-python/rospkg/rospkg-1.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -35,6 +35,7 @@ DEPEND="${RDEPEND} test? ( dev-python/nose[${PYTHON_USEDEP}] dev-python/coverage[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] ) " PATCHES=( "${FILESDIR}/gentoo.patch" ) diff --git a/dev-python/rospkg/rospkg-9999.ebuild b/dev-python/rospkg/rospkg-9999.ebuild index a7dae07958a5..bf7619313e02 100644 --- a/dev-python/rospkg/rospkg-9999.ebuild +++ b/dev-python/rospkg/rospkg-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -35,6 +35,7 @@ DEPEND="${RDEPEND} test? ( dev-python/nose[${PYTHON_USEDEP}] dev-python/coverage[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] ) " PATCHES=( "${FILESDIR}/gentoo.patch" ) |