diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-28 17:53:14 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-29 14:20:28 +0200 |
commit | 04a26510c446923310bef3d08e925ef3ac5def53 (patch) | |
tree | b3bb42b47bf0d5d13aaec4e613c5bd638c9f9742 | |
parent | dev-ros/global_planner: convert to python-single-r1 (diff) | |
download | gentoo-04a26510c446923310bef3d08e925ef3ac5def53.tar.gz gentoo-04a26510c446923310bef3d08e925ef3ac5def53.tar.bz2 gentoo-04a26510c446923310bef3d08e925ef3ac5def53.zip |
dev-ros/genpy: convert to python-single-r1
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
-rw-r--r-- | dev-ros/genpy/genpy-0.6.11.ebuild | 8 | ||||
-rw-r--r-- | dev-ros/genpy/genpy-9999.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-ros/genpy/genpy-0.6.11.ebuild b/dev-ros/genpy/genpy-0.6.11.ebuild index 29c86a165741..f29d02987c17 100644 --- a/dev-ros/genpy/genpy-0.6.11.ebuild +++ b/dev-ros/genpy/genpy-0.6.11.ebuild @@ -14,11 +14,13 @@ LICENSE="BSD" SLOT="0/${PV}" IUSE="" -RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}]" +RDEPEND=" + dev-ros/genmsg[${PYTHON_SINGLE_USEDEP}] + $(python_gen_cond_dep "dev-python/pyyaml[\${PYTHON_USEDEP}]") +" DEPEND="${RDEPEND} test? ( - dev-python/nose[${PYTHON_USEDEP}] + $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") ) " PATCHES=( "${FILESDIR}/yaml.patch" ) diff --git a/dev-ros/genpy/genpy-9999.ebuild b/dev-ros/genpy/genpy-9999.ebuild index 29c86a165741..f29d02987c17 100644 --- a/dev-ros/genpy/genpy-9999.ebuild +++ b/dev-ros/genpy/genpy-9999.ebuild @@ -14,11 +14,13 @@ LICENSE="BSD" SLOT="0/${PV}" IUSE="" -RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}]" +RDEPEND=" + dev-ros/genmsg[${PYTHON_SINGLE_USEDEP}] + $(python_gen_cond_dep "dev-python/pyyaml[\${PYTHON_USEDEP}]") +" DEPEND="${RDEPEND} test? ( - dev-python/nose[${PYTHON_USEDEP}] + $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") ) " PATCHES=( "${FILESDIR}/yaml.patch" ) |