dev-ros/nodelet: Add missing roslib dep and python_usedep for the python scripts
authorAlexis Ballier <aballier@gentoo.org>
Tue, 28 Mar 2017 11:42:08 +0000 (13:42 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Tue, 28 Mar 2017 22:18:22 +0000 (00:18 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-ros/nodelet/nodelet-1.9.10.ebuild
dev-ros/nodelet/nodelet-9999.ebuild

index b5801854a433f41308a8d95924c65fa6bba32864..dc2fe3c7fb7ef592ce30b5916fe46776a75512dd 100644 (file)
@@ -24,5 +24,6 @@ RDEPEND="
        dev-ros/roscpp
        dev-libs/boost:=
        sys-apps/util-linux
+       dev-ros/roslib[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}"
index 66fcc880a4a99ce5da9d7632c57c0eeb2de10157..dc2fe3c7fb7ef592ce30b5916fe46776a75512dd 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -24,5 +24,6 @@ RDEPEND="
        dev-ros/roscpp
        dev-libs/boost:=
        sys-apps/util-linux
+       dev-ros/roslib[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}"