mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-ros/ament_cmake_uncrustify: fix python check deps
Closes: https://bugs.gentoo.org/736790 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
This commit is contained in:
@@ -49,9 +49,9 @@ BDEPEND="
|
||||
"
|
||||
|
||||
python_check_deps() {
|
||||
has_version "dev-ros/ament_copyright[${PYTHON_USEDEP}]" && \
|
||||
has_version "dev-python/catkin_pkg[${PYTHON_USEDEP}]" && \
|
||||
has_version "dev-python/ament_package[${PYTHON_USEDEP}]"
|
||||
{ use !test || has_version -b "dev-ros/ament_copyright[${PYTHON_USEDEP}]"; } && \
|
||||
has_version -b "dev-python/catkin_pkg[${PYTHON_USEDEP}]" && \
|
||||
has_version -b "dev-python/ament_package[${PYTHON_USEDEP}]"
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
||||
@@ -49,9 +49,9 @@ BDEPEND="
|
||||
"
|
||||
|
||||
python_check_deps() {
|
||||
has_version "dev-ros/ament_copyright[${PYTHON_USEDEP}]" && \
|
||||
has_version "dev-python/catkin_pkg[${PYTHON_USEDEP}]" && \
|
||||
has_version "dev-python/ament_package[${PYTHON_USEDEP}]"
|
||||
{ use !test || has_version -b "dev-ros/ament_copyright[${PYTHON_USEDEP}]"; } && \
|
||||
has_version -b "dev-python/catkin_pkg[${PYTHON_USEDEP}]" && \
|
||||
has_version -b "dev-python/ament_package[${PYTHON_USEDEP}]"
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
||||
Reference in New Issue
Block a user