commit: 8d6f7f253f085acc1d9832041abfa83c8d046294 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Aug 11 00:39:50 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Aug 11 00:39:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d6f7f25
dev-python/babelfish: sync live ebuild to fix build Closes: https://bugs.gentoo.org/806184 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/babelfish/babelfish-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/babelfish/babelfish-9999.ebuild b/dev-python/babelfish/babelfish-9999.ebuild index 78c32c6b1e2..ae88fa30c83 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
