diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-28 17:15:30 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-29 14:20:21 +0200 |
commit | 6c1833400b58c4440fb48a9076105555014b3d6d (patch) | |
tree | 5d86a9d5b389be762c74eb5daad35d84ff07fe16 /dev-ros/opencv_tests | |
parent | dev-ros/openni2_camera: convert to python-single-r1 (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-ros/opencv_tests/opencv_tests-1.15.0.ebuild | 8 | ||||
-rw-r--r-- | dev-ros/opencv_tests/opencv_tests-9999.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/dev-ros/opencv_tests/opencv_tests-1.15.0.ebuild b/dev-ros/opencv_tests/opencv_tests-1.15.0.ebuild index ecaea4660586..7047774c56b1 100644 --- a/dev-ros/opencv_tests/opencv_tests-1.15.0.ebuild +++ b/dev-ros/opencv_tests/opencv_tests-1.15.0.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}" 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}" |