commit: a5fd21b1bef69ea73d7cf28ecae1ecbbfe78fc23
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 18:40:11 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 18:42:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5fd21b1
dev-python/snakeoil: update live version
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/snakeoil/snakeoil-9999.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev-python/snakeoil/snakeoil-9999.ebuild
b/dev-python/snakeoil/snakeoil-9999.ebuild
index e6a030dcee73..a2c4c4cf4928 100644
--- a/dev-python/snakeoil/snakeoil-9999.ebuild
+++ b/dev-python/snakeoil/snakeoil-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{8..11} pypy3 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1
@@ -26,6 +26,4 @@ RDEPEND="
dev-python/lazy-object-proxy[${PYTHON_USEDEP}]
"
-[[ ${PV} == 9999 ]] && BDEPEND+=" dev-python/cython[${PYTHON_USEDEP}]"
-
distutils_enable_tests pytest