diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-10-15 08:13:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-10-16 20:21:19 +0200 |
commit | e95a12b6e35b8868d3079d70a28fb45157ce98d7 (patch) | |
tree | 16b7c953d11cc2e86da29bf5e2c464a75cdcf385 /dev-python | |
parent | dev-python/python-daemon: correct DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-e95a12b6e35b8868d3079d70a28fb45157ce98d7.tar.gz gentoo-e95a12b6e35b8868d3079d70a28fb45157ce98d7.tar.bz2 gentoo-e95a12b6e35b8868d3079d70a28fb45157ce98d7.zip |
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@sartura.hr>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pytest-cov/pytest-cov-2.8.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 167fb81e8b9d..cb1fb3d61127 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 |