dev-python/pywebview: fix totally broken dependencies on PYTHON_USEDEP

The maintainer of this package appears to have failed to utilize the
basics of python dependency management on gentoo, resulting in
dependencies built for one version of python being imported -- or not --
by this package built for a different version of python.

Upon making this fix, we observe fatal pkgcheck errors. Hold on for a
followup commit.

Fixes: e2d1acff6d
Fixes: 67365ce156
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Eli Schwartz
2025-05-01 14:08:43 -04:00
parent 29b5061e8c
commit 18a81b0f5d
2 changed files with 6 additions and 6 deletions

View File

@@ -18,9 +18,9 @@ IUSE="gtk qt6"
REQUIRED_USE="|| ( gtk qt6 )"
RDEPEND="
dev-python/bottle
dev-python/cryptography
dev-python/proxy_tools
dev-python/bottle[${PYTHON_USEDEP}]
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/proxy_tools[${PYTHON_USEDEP}]
gtk? (
dev-python/pygobject[cairo,${PYTHON_USEDEP}]
net-libs/webkit-gtk

View File

@@ -18,9 +18,9 @@ IUSE="gtk qt6"
REQUIRED_USE="|| ( gtk qt6 )"
RDEPEND="
dev-python/bottle
dev-python/cryptography
dev-python/proxy_tools
dev-python/bottle[${PYTHON_USEDEP}]
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/proxy_tools[${PYTHON_USEDEP}]
gtk? (
dev-python/pygobject[cairo,${PYTHON_USEDEP}]
net-libs/webkit-gtk