diff --git a/dev-python/qasync/qasync-0.9.4-r1.ebuild b/dev-python/qasync/qasync-0.9.4-r1.ebuild index a8db8aa40..fab650161 100644 --- a/dev-python/qasync/qasync-0.9.4-r1.ebuild +++ b/dev-python/qasync/qasync-0.9.4-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -PYTHON_COMPAT=( python3_{8,9} pypy3 ) +EAPI=8 +PYTHON_COMPAT=( python3_{8,9} ) inherit distutils-r1 @@ -15,13 +15,9 @@ SLOT="0" KEYWORDS="~amd64" RDEPEND=" - dev-python/PyQt5 + dev-python/PyQt5[${PYTHON_USEDEP}] " DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] " - -python_install_all() { - distutils-r1_python_install_all -}