mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
qt-py: dep rename
This commit is contained in:
parent
f0dc35c1ab
commit
1ce04e5866
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
@ -31,7 +31,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
|||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}
|
||||
dev-python/PyQt5[${PYTHON_USEDEP}]"
|
||||
dev-python/pyqt5[${PYTHON_USEDEP}]"
|
||||
|
||||
python_prepare_all() {
|
||||
#do not install LICENSE into /usr
|
||||
|
|
|
|||
Loading…
Reference in a new issue