diff options
author | Sam James <sam@gentoo.org> | 2023-03-13 20:24:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-13 20:26:25 +0000 |
commit | 125e7231eb603c2751d9adcd3c06e021703104aa (patch) | |
tree | 741caedd80c29ba500225c68a54b0be43d03de0b /dev-python/sqlalchemy | |
parent | net-p2p/airdcpp-webclient: add 2.11.4 (diff) | |
download | gentoo-125e7231eb603c2751d9adcd3c06e021703104aa.tar.gz gentoo-125e7231eb603c2751d9adcd3c06e021703104aa.tar.bz2 gentoo-125e7231eb603c2751d9adcd3c06e021703104aa.zip |
dev-libs/libwacom: fix python-any-r1 usage
When upgrading an old system, there's a period where Python may not
be usable at all, so either undeclared deps on Python or excessive
checks will cause failures.
In this case, Python is only BDEPENDed on for tests, and python_check_deps
tries to reflect that, but python-any-r1 is still going to check for the
interpreter. Switch back to the way the ebuild used to do things by guarding
the python-any-r1_pkg_setup call, like in the Python Guide.
This stops us checking for Python even when we're not going to use it.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/sqlalchemy')
0 files changed, 0 insertions, 0 deletions