commit: e95a12b6e35b8868d3079d70a28fb45157ce98d7 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Thu Oct 15 06:13:58 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Oct 16 18:21:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e95a12b6
dev-python/pytest-cov: correct DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/748663 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pytest-cov/pytest-cov-2.8.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pytest-cov/pytest-cov-2.8.1.ebuild b/dev-python/pytest-cov/pytest-cov-2.8.1.ebuild index 167fb81e8b9..cb1fb3d6112 100644 --- a/dev-python/pytest-cov/pytest-cov-2.8.1.ebuild +++ b/dev-python/pytest-cov/pytest-cov-2.8.1.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{6..9} pypy3 ) inherit distutils-r1
