dev-python/rospkg: add missing mock test dep
authorAlexis Ballier <aballier@gentoo.org>
Mon, 12 Feb 2018 13:32:05 +0000 (14:32 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Mon, 12 Feb 2018 13:32:05 +0000 (14:32 +0100)
Closes: https://bugs.gentoo.org/640384
Package-Manager: Portage-2.3.24, Repoman-2.3.6

dev-python/rospkg/rospkg-1.1.4.ebuild
dev-python/rospkg/rospkg-9999.ebuild

index a7dae07958a5faab2ba558241677e4201bbeaec9..bf7619313e02ca55196c086f7cb6bdf4c57513af 100644 (file)
@@ -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" )
index a7dae07958a5faab2ba558241677e4201bbeaec9..bf7619313e02ca55196c086f7cb6bdf4c57513af 100644 (file)
@@ -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" )