diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-28 16:44:28 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-29 14:20:01 +0200 |
commit | 13d198485033c80274ab57019102c0227880dd9d (patch) | |
tree | 3d021af12918f1ffb385922e2c496fee4335aa12 /dev-ros/rqt_reconfigure/rqt_reconfigure-9999.ebuild | |
parent | dev-ros/rqt_msg: convert to python-single-r1 (diff) | |
download | gentoo-13d198485033c80274ab57019102c0227880dd9d.tar.gz gentoo-13d198485033c80274ab57019102c0227880dd9d.tar.bz2 gentoo-13d198485033c80274ab57019102c0227880dd9d.zip |
dev-ros/rqt_reconfigure: 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/rqt_reconfigure/rqt_reconfigure-9999.ebuild')
-rw-r--r-- | dev-ros/rqt_reconfigure/rqt_reconfigure-9999.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-ros/rqt_reconfigure/rqt_reconfigure-9999.ebuild b/dev-ros/rqt_reconfigure/rqt_reconfigure-9999.ebuild index 850f0975d81d..22ce547bd8f7 100644 --- a/dev-ros/rqt_reconfigure/rqt_reconfigure-9999.ebuild +++ b/dev-ros/rqt_reconfigure/rqt_reconfigure-9999.ebuild @@ -14,11 +14,11 @@ SLOT="0" IUSE="" RDEPEND=" - dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}] - dev-ros/rospy[${PYTHON_USEDEP}] - dev-ros/rqt_console[${PYTHON_USEDEP}] - dev-ros/rqt_gui[${PYTHON_USEDEP}] - dev-ros/rqt_gui_py[${PYTHON_USEDEP}] - dev-ros/rqt_py_common[${PYTHON_USEDEP}] + dev-ros/dynamic_reconfigure[${PYTHON_SINGLE_USEDEP}] + dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] + dev-ros/rqt_console[${PYTHON_SINGLE_USEDEP}] + dev-ros/rqt_gui[${PYTHON_SINGLE_USEDEP}] + dev-ros/rqt_gui_py[${PYTHON_SINGLE_USEDEP}] + dev-ros/rqt_py_common[${PYTHON_SINGLE_USEDEP}] " DEPEND="${RDEPEND}" |