diff --git a/dev-python/sphobjinv/sphobjinv-2.0.1.ebuild b/dev-python/sphobjinv/sphobjinv-2.0.1.ebuild index 9550dad351..52f906ca8b 100644 --- a/dev-python/sphobjinv/sphobjinv-2.0.1.ebuild +++ b/dev-python/sphobjinv/sphobjinv-2.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8} ) DISTUTILS_USE_SETUPTOOLS=rdepend @@ -17,7 +17,7 @@ HOMEPAGE=" SRC_URI="https://github.com/bskinn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~amd64 ~x86 " +KEYWORDS="~amd64 ~x86" SLOT="0" RDEPEND=" @@ -47,6 +47,9 @@ python_prepare_all() { # not sure why this fails rm tests/test_flake8_ext.py || die + # --strict option is deprecated in pytest>6 + sed -i -e '/addopts/d' tox.ini || die + distutils-r1_python_prepare_all }