dev-ros/opencv_tests: Fix broken deps on opencv.

Package-Manager: portage-2.2.21
This commit is contained in:
Alexis Ballier
2015-09-23 15:14:09 +02:00
parent 40fd31c292
commit 0c5dd17a88
2 changed files with 4 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
EAPI=5
ROS_REPO_URI="https://github.com/ros-perception/vision_opencv"
KEYWORDS="~amd64 ~arm"
# Be careful: It needs opencv with python support but opencv is python-single-r1
PYTHON_COMPAT=( python2_7 )
ROS_SUBDIR=${PN}
@@ -18,7 +19,7 @@ IUSE=""
RDEPEND="
dev-ros/cv_bridge[${PYTHON_USEDEP}]
dev-ros/rospy[${PYTHON_USEDEP}]
media-libs/opencv[python,${PYTHON_USEDEP}]
media-libs/opencv[python,python_single_target_python2_7]
dev-python/numpy[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"

View File

@@ -5,6 +5,7 @@
EAPI=5
ROS_REPO_URI="https://github.com/ros-perception/vision_opencv"
KEYWORDS="~amd64 ~arm"
# Be careful: It needs opencv with python support but opencv is python-single-r1
PYTHON_COMPAT=( python2_7 )
ROS_SUBDIR=${PN}
@@ -18,7 +19,7 @@ IUSE=""
RDEPEND="
dev-ros/cv_bridge[${PYTHON_USEDEP}]
dev-ros/rospy[${PYTHON_USEDEP}]
media-libs/opencv[python,${PYTHON_USEDEP}]
media-libs/opencv[python,python_single_target_python2_7]
dev-python/numpy[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"