mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-python/virtualenv: DISTUTILS_USE_SETUPTOOLS=manual
Package-Manager: Portage-2.3.99_p1, Repoman-2.3.22_p30 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -5,6 +5,7 @@ EAPI=7
|
||||
|
||||
# pypy{,3} dropped until test deps are tested/updated
|
||||
PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
|
||||
DISTUTILS_USE_SETUPTOOLS=manual
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -23,7 +24,8 @@ SLOT="0"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
BDEPEND=">=dev-python/setuptools-19.6.2[${PYTHON_USEDEP}]
|
||||
RDEPEND=">=dev-python/setuptools-19.6.2[${PYTHON_USEDEP}]"
|
||||
BDEPEND="${RDEPEND}
|
||||
test? (
|
||||
>=dev-python/pip-19.3.1-r1[${PYTHON_USEDEP}]
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
Reference in New Issue
Block a user