Skip to content

Commit

Permalink
dev-ros/genpy: convert to python-single-r1
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Alexis Ballier <[email protected]>
  • Loading branch information
aballier committed Jul 29, 2020
1 parent e664678 commit 04a2651
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions dev-ros/genpy/genpy-0.6.11.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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" )
8 changes: 5 additions & 3 deletions dev-ros/genpy/genpy-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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" )

0 comments on commit 04a2651

Please sign in to comment.