dev-python/qasync: improve ebuild

This commit is contained in:
Universebenzene 2021-11-20 21:52:33 +08:00 committed by 梁永祥
parent 422d690c53
commit f9947290ea

View File

@ -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
}