summaryrefslogtreecommitdiff
path: root/dev-python/babelfish
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-08-11 01:39:50 +0100
committerSam James <sam@gentoo.org>2021-08-11 01:39:58 +0100
commit8d6f7f253f085acc1d9832041abfa83c8d046294 (patch)
tree50ffb741522f20879e40529690131363860e2fd0 /dev-python/babelfish
parent422d260a38251e86d8adf17ba10e386752e2df54 (diff)
downloadgentoo-8d6f7f253f085acc1d9832041abfa83c8d046294.tar.gz
gentoo-8d6f7f253f085acc1d9832041abfa83c8d046294.tar.bz2
gentoo-8d6f7f253f085acc1d9832041abfa83c8d046294.zip
dev-python/babelfish: sync live ebuild to fix build
Closes: https://bugs.gentoo.org/806184 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/babelfish')
-rw-r--r--dev-python/babelfish/babelfish-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/babelfish/babelfish-9999.ebuild b/dev-python/babelfish/babelfish-9999.ebuild
index 78c32c6b1e2f..ae88fa30c838 100644
--- a/dev-python/babelfish/babelfish-9999.ebuild
+++ b/dev-python/babelfish/babelfish-9999.ebuild
@@ -3,6 +3,7 @@
EAPI=7
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1 git-r3
@@ -14,4 +15,4 @@ EGIT_REPO_URI="https://github.com/Diaoul/${PN}.git"
LICENSE="BSD"
SLOT="0"
-distutils_enable_tests setup.py
+distutils_enable_tests pytest