mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
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:e2d1acff6dFixes:67365ce156Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user