diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-28 17:03:17 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-29 14:20:12 +0200 |
commit | 2a0a777a6c82c1800c6a05e9d7b77925fbc61d44 (patch) | |
tree | 3f5f2752091115fb7d29c84c8aeede4c8b1a7270 /dev-ros/rospy_tutorials | |
parent | dev-ros/rosserial_arduino: convert to python-single-r1 (diff) | |
download | gentoo-2a0a777a6c82c1800c6a05e9d7b77925fbc61d44.tar.gz gentoo-2a0a777a6c82c1800c6a05e9d7b77925fbc61d44.tar.bz2 gentoo-2a0a777a6c82c1800c6a05e9d7b77925fbc61d44.zip |
dev-ros/rospy_tutorials: 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/rospy_tutorials')
-rw-r--r-- | dev-ros/rospy_tutorials/rospy_tutorials-0.10.1.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/rospy_tutorials/rospy_tutorials-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ros/rospy_tutorials/rospy_tutorials-0.10.1.ebuild b/dev-ros/rospy_tutorials/rospy_tutorials-0.10.1.ebuild index 5f4f362daa4f..21a4b9e1fc2f 100644 --- a/dev-ros/rospy_tutorials/rospy_tutorials-0.10.1.ebuild +++ b/dev-ros/rospy_tutorials/rospy_tutorials-0.10.1.ebuild @@ -16,7 +16,7 @@ SLOT="0" IUSE="" RDEPEND=" - dev-ros/rospy[${PYTHON_USEDEP}] + dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] " DEPEND="${RDEPEND} - test? ( dev-ros/rostest[${PYTHON_USEDEP}] )" + test? ( dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] )" diff --git a/dev-ros/rospy_tutorials/rospy_tutorials-9999.ebuild b/dev-ros/rospy_tutorials/rospy_tutorials-9999.ebuild index 5f4f362daa4f..21a4b9e1fc2f 100644 --- a/dev-ros/rospy_tutorials/rospy_tutorials-9999.ebuild +++ b/dev-ros/rospy_tutorials/rospy_tutorials-9999.ebuild @@ -16,7 +16,7 @@ SLOT="0" IUSE="" RDEPEND=" - dev-ros/rospy[${PYTHON_USEDEP}] + dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] " DEPEND="${RDEPEND} - test? ( dev-ros/rostest[${PYTHON_USEDEP}] )" + test? ( dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] )" |