diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-28 19:37:56 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-28 19:48:33 +0100 |
commit | f89c587c74fe275bed05c0ac7466c436aa1dcfb8 (patch) | |
tree | e88981262bb8edcae39ba54289a5ea70f49bf654 /dev-python/pytest-forked | |
parent | dev-python/pytest-fixture-config: Remove redundant versions (diff) | |
download | gentoo-f89c587c74fe275bed05c0ac7466c436aa1dcfb8.tar.gz gentoo-f89c587c74fe275bed05c0ac7466c436aa1dcfb8.tar.bz2 gentoo-f89c587c74fe275bed05c0ac7466c436aa1dcfb8.zip |
dev-python/pytest-forked: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-forked')
-rw-r--r-- | dev-python/pytest-forked/pytest-forked-1.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-forked/pytest-forked-1.1.3.ebuild b/dev-python/pytest-forked/pytest-forked-1.1.3.ebuild index d4f6a216d5cb..ad0382bac2ef 100644 --- a/dev-python/pytest-forked/pytest-forked-1.1.3.ebuild +++ b/dev-python/pytest-forked/pytest-forked-1.1.3.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) inherit distutils-r1 @@ -21,7 +22,6 @@ RDEPEND=" >=dev-python/pytest-3.1.0[${PYTHON_USEDEP}]" BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] dev-python/setuptools_scm[${PYTHON_USEDEP}] test? ( ${RDEPEND} )" |