commit: eb428b335c5cad6cb0e8d7dde8ed61bf2a6061d2
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sat Dec 30 20:28:42 2023 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Sat Dec 30 20:28:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb428b33
dev-python/queuelib: update EAPI 7 -> 8
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
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