commit: ec2ce98fc73edc345cfc0d2bf91a8a3e14714fab
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 12:34:35 2019 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 12:34:35 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec2ce98f
dev-ros/ament_cmake_core: improve deps
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ros/ament_cmake_core/ament_cmake_core-0.8.1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-ros/ament_cmake_core/ament_cmake_core-0.8.1.ebuild
b/dev-ros/ament_cmake_core/ament_cmake_core-0.8.1.ebuild
index da964f37212..3641f1c4854 100644
--- a/dev-ros/ament_cmake_core/ament_cmake_core-0.8.1.ebuild
+++ b/dev-ros/ament_cmake_core/ament_cmake_core-0.8.1.ebuild
@@ -20,9 +20,10 @@ IUSE=""
DEPEND="
dev-python/ament_package[${PYTHON_USEDEP}]
dev-python/catkin_pkg[${PYTHON_USEDEP}]
+ ${PYTHON_DEPS}
"
RDEPEND="${DEPEND}"
-BDEPEND="${PYTHON_DEPS}"
+BDEPEND="${DEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
S="${WORKDIR}/${ROS_PN}-${PV}/${PN}"