diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-14 17:28:17 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-14 17:32:53 +0100 |
commit | 28ed1589aacd05c69debaa1cca13f7f46fcb302b (patch) | |
tree | cf65fd51ca14bf20aa0ef7650c55750021cea926 /dev-python/pytest-timeout | |
parent | mail-client/thunderbird-bin: security cleanup (diff) | |
download | gentoo-28ed1589aacd05c69debaa1cca13f7f46fcb302b.tar.gz gentoo-28ed1589aacd05c69debaa1cca13f7f46fcb302b.tar.bz2 gentoo-28ed1589aacd05c69debaa1cca13f7f46fcb302b.zip |
dev-python/pytest-timeout: Set DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/712520
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-timeout')
-rw-r--r-- | dev-python/pytest-timeout/pytest-timeout-1.3.3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/pytest-timeout/pytest-timeout-1.3.3.ebuild b/dev-python/pytest-timeout/pytest-timeout-1.3.3.ebuild index e65569e77682..15c0fe02c520 100644 --- a/dev-python/pytest-timeout/pytest-timeout-1.3.3.ebuild +++ b/dev-python/pytest-timeout/pytest-timeout-1.3.3.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 ) inherit distutils-r1 |