diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-09-18 21:40:11 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-09-18 21:42:26 +0300 |
commit | a5fd21b1bef69ea73d7cf28ecae1ecbbfe78fc23 (patch) | |
tree | 741fc9a53304abab9df26a516baa6da8136ed5e7 /dev-python | |
parent | dev-python/snakeoil: add 0.10.0 (diff) | |
download | gentoo-a5fd21b1bef69ea73d7cf28ecae1ecbbfe78fc23.tar.gz gentoo-a5fd21b1bef69ea73d7cf28ecae1ecbbfe78fc23.tar.bz2 gentoo-a5fd21b1bef69ea73d7cf28ecae1ecbbfe78fc23.zip |
dev-python/snakeoil: update live version
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/snakeoil/snakeoil-9999.ebuild | 4 |
1 files changed, 1 insertions, 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 |