From 03bf6a576d1f8255d49bf819b200d0a881a4599d Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Thu, 5 Jan 2023 18:46:27 -0500 Subject: */*srht: fix PYTHON version Signed-off-by: Julien Roy --- dev-python/core-srht/core-srht-0.69.7.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dev-python/core-srht') diff --git a/dev-python/core-srht/core-srht-0.69.7.ebuild b/dev-python/core-srht/core-srht-0.69.7.ebuild index a66701b..5a225d5 100644 --- a/dev-python/core-srht/core-srht-0.69.7.ebuild +++ b/dev-python/core-srht/core-srht-0.69.7.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 @@ -17,7 +17,6 @@ S="${WORKDIR}/core.sr.ht-${PV}" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -RESTRICT="network-sandbox" RDEPEND="dev-python/alembic[${PYTHON_USEDEP}] dev-python/beautifulsoup4[${PYTHON_USEDEP}] -- cgit v1.2.3