summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-28 17:15:30 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-29 14:20:21 +0200
commit6c1833400b58c4440fb48a9076105555014b3d6d (patch)
tree5d86a9d5b389be762c74eb5daad35d84ff07fe16 /dev-ros/opencv_tests/opencv_tests-9999.ebuild
parentdev-ros/openni2_camera: convert to python-single-r1 (diff)
downloadgentoo-6c1833400b58c4440fb48a9076105555014b3d6d.tar.gz
gentoo-6c1833400b58c4440fb48a9076105555014b3d6d.tar.bz2
gentoo-6c1833400b58c4440fb48a9076105555014b3d6d.zip
dev-ros/opencv_tests: convert to python-single-r1
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/opencv_tests/opencv_tests-9999.ebuild')
-rw-r--r--dev-ros/opencv_tests/opencv_tests-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-ros/opencv_tests/opencv_tests-9999.ebuild b/dev-ros/opencv_tests/opencv_tests-9999.ebuild
index ecaea4660586..7047774c56b1 100644
--- a/dev-ros/opencv_tests/opencv_tests-9999.ebuild
+++ b/dev-ros/opencv_tests/opencv_tests-9999.ebuild
@@ -14,10 +14,10 @@ SLOT="0"
IUSE=""
RDEPEND="
- dev-ros/cv_bridge[${PYTHON_USEDEP}]
- dev-ros/rospy[${PYTHON_USEDEP}]
- media-libs/opencv[python,${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
+ dev-ros/cv_bridge[${PYTHON_SINGLE_USEDEP}]
+ dev-ros/rospy[${PYTHON_SINGLE_USEDEP}]
+ $(python_gen_cond_dep "media-libs/opencv[python,\${PYTHON_USEDEP}]")
+ $(python_gen_cond_dep "dev-python/numpy[\${PYTHON_USEDEP}]")
"
DEPEND="${RDEPEND}"