diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-28 17:10:55 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-29 14:20:15 +0200 |
commit | c9942f0dfbaf572dad73ff09b88ec2022e90d77f (patch) | |
tree | 4c7efcf1719cab972473eca6de2dab1be6f474ce /dev-ros/rosauth | |
parent | dev-ros/rosbag: convert to python-single-r1 (diff) | |
download | gentoo-c9942f0dfbaf572dad73ff09b88ec2022e90d77f.tar.gz gentoo-c9942f0dfbaf572dad73ff09b88ec2022e90d77f.tar.bz2 gentoo-c9942f0dfbaf572dad73ff09b88ec2022e90d77f.zip |
dev-ros/rosauth: 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/rosauth')
-rw-r--r-- | dev-ros/rosauth/rosauth-1.0.1.ebuild | 2 | ||||
-rw-r--r-- | dev-ros/rosauth/rosauth-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ros/rosauth/rosauth-1.0.1.ebuild b/dev-ros/rosauth/rosauth-1.0.1.ebuild index fdb789ec6feb..aae091f65144 100644 --- a/dev-ros/rosauth/rosauth-1.0.1.ebuild +++ b/dev-ros/rosauth/rosauth-1.0.1.ebuild @@ -17,4 +17,4 @@ RDEPEND=" dev-ros/roscpp dev-libs/openssl:0=" DEPEND="${RDEPEND} - test? ( dev-ros/rostest[${PYTHON_USEDEP}] )" + test? ( dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] )" diff --git a/dev-ros/rosauth/rosauth-9999.ebuild b/dev-ros/rosauth/rosauth-9999.ebuild index fdb789ec6feb..aae091f65144 100644 --- a/dev-ros/rosauth/rosauth-9999.ebuild +++ b/dev-ros/rosauth/rosauth-9999.ebuild @@ -17,4 +17,4 @@ RDEPEND=" dev-ros/roscpp dev-libs/openssl:0=" DEPEND="${RDEPEND} - test? ( dev-ros/rostest[${PYTHON_USEDEP}] )" + test? ( dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] )" |