diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-28 16:28:36 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-29 14:19:49 +0200 |
commit | 4f84c635dc61b9ddec9f14ec2ea95e10942f4eec (patch) | |
tree | 73cb42fe593d6097b76463b45459b590634f0e10 /dev-ros/rqt_publisher/rqt_publisher-9999.ebuild | |
parent | dev-ros/sensor_msgs: convert to python-single-r1 (diff) | |
download | gentoo-4f84c635dc61b9ddec9f14ec2ea95e10942f4eec.tar.gz gentoo-4f84c635dc61b9ddec9f14ec2ea95e10942f4eec.tar.bz2 gentoo-4f84c635dc61b9ddec9f14ec2ea95e10942f4eec.zip |
dev-ros/rqt_publisher: 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_publisher/rqt_publisher-9999.ebuild')
-rw-r--r-- | dev-ros/rqt_publisher/rqt_publisher-9999.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/dev-ros/rqt_publisher/rqt_publisher-9999.ebuild b/dev-ros/rqt_publisher/rqt_publisher-9999.ebuild index 1f99335e6af2..5320800e2fde 100644 --- a/dev-ros/rqt_publisher/rqt_publisher-9999.ebuild +++ b/dev-ros/rqt_publisher/rqt_publisher-9999.ebuild @@ -14,13 +14,13 @@ SLOT="0" IUSE="" RDEPEND=" - dev-python/rospkg[${PYTHON_USEDEP}] - dev-ros/qt_gui_py_common[${PYTHON_USEDEP}] - dev-ros/roslib[${PYTHON_USEDEP}] - dev-ros/rosmsg[${PYTHON_USEDEP}] - dev-ros/rqt_gui[${PYTHON_USEDEP}] - dev-ros/rqt_gui_py[${PYTHON_USEDEP}] - dev-ros/rqt_py_common[${PYTHON_USEDEP}] - >=dev-ros/python_qt_binding-0.2.19[${PYTHON_USEDEP}] + $(python_gen_cond_dep "dev-python/rospkg[\${PYTHON_USEDEP}]") + dev-ros/qt_gui_py_common[${PYTHON_SINGLE_USEDEP}] + dev-ros/roslib[${PYTHON_SINGLE_USEDEP}] + dev-ros/rosmsg[${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}] + >=dev-ros/python_qt_binding-0.2.19[${PYTHON_SINGLE_USEDEP}] " DEPEND="${RDEPEND}" |