diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-28 16:42:48 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-29 14:20:00 +0200 |
commit | c6f2b37f732c9ba03805dd9a908fea8dd68ccc55 (patch) | |
tree | f33c9c7b457dca4e689270443c5df193bb62887b /dev-ros/actionlib/actionlib-9999.ebuild | |
parent | dev-ros/rqt_robot_dashboard: convert to python-single-r1 (diff) | |
download | gentoo-c6f2b37f732c9ba03805dd9a908fea8dd68ccc55.tar.gz gentoo-c6f2b37f732c9ba03805dd9a908fea8dd68ccc55.tar.bz2 gentoo-c6f2b37f732c9ba03805dd9a908fea8dd68ccc55.zip |
dev-ros/actionlib: 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/actionlib/actionlib-9999.ebuild')
-rw-r--r-- | dev-ros/actionlib/actionlib-9999.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-ros/actionlib/actionlib-9999.ebuild b/dev-ros/actionlib/actionlib-9999.ebuild index cc7b760ccf5d..0233a91da05b 100644 --- a/dev-ros/actionlib/actionlib-9999.ebuild +++ b/dev-ros/actionlib/actionlib-9999.ebuild @@ -17,12 +17,12 @@ IUSE="" RDEPEND="dev-libs/boost:=[threads] dev-ros/roscpp - dev-ros/rospy[${PYTHON_USEDEP}] + dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] " DEPEND="${RDEPEND} - dev-ros/rosunit[${PYTHON_USEDEP}] - test? ( dev-ros/rostest[${PYTHON_USEDEP}] )" + dev-ros/rosunit[${PYTHON_SINGLE_USEDEP}] + test? ( dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] )" RDEPEND="${RDEPEND} - dev-ros/roslib[${PYTHON_USEDEP}] - dev-ros/rostopic[${PYTHON_USEDEP}] + dev-ros/roslib[${PYTHON_SINGLE_USEDEP}] + dev-ros/rostopic[${PYTHON_SINGLE_USEDEP}] " |