From eb428b335c5cad6cb0e8d7dde8ed61bf2a6061d2 Mon Sep 17 00:00:00 2001 From: Lucio Sauer Date: Sat, 30 Dec 2023 21:28:42 +0100 Subject: [PATCH] dev-python/queuelib: update EAPI 7 -> 8 Signed-off-by: Lucio Sauer --- dev-python/queuelib/queuelib-1.6.2.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-python/queuelib/queuelib-1.6.2.ebuild b/dev-python/queuelib/queuelib-1.6.2.ebuild index 676abda744..6edc5200bc 100644 --- a/dev-python/queuelib/queuelib-1.6.2.ebuild +++ b/dev-python/queuelib/queuelib-1.6.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 @@ -14,7 +14,4 @@ LICENSE="BSD" SLOT=0 KEYWORDS="~amd64" -RDEPEND="${PYTHON_DEPS}" -DEPEND="${RDEPEND}" - distutils_enable_tests pytest