mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
dev-util/meld: BDEPEND on dev-python/distro
Closes: https://bugs.gentoo.org/771690 Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
@@ -33,11 +33,16 @@ BDEPEND="
|
||||
dev-util/intltool
|
||||
dev-util/itstool
|
||||
sys-devel/gettext
|
||||
$(python_gen_cond_dep 'dev-python/distro[${PYTHON_USEDEP}]')
|
||||
"
|
||||
# dev-python/distro is soft-required in BDEPEND for python3.8 and onwards,
|
||||
# but it's mainly needed for debian and derivatives - seems the fallback
|
||||
# works fine, as we aren't a special_case, just an annoying warning.
|
||||
|
||||
python_check_deps() {
|
||||
has_version -b "dev-python/distro[${PYTHON_USEDEP}]"
|
||||
}
|
||||
|
||||
python_compile_all() {
|
||||
mydistutilsargs=( --no-update-icon-cache --no-compile-schemas )
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user