mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/setuptools: Resolve circular deps
Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -19,7 +19,6 @@ IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/packaging-16.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyparsing-2.0.6[${PYTHON_USEDEP}]
|
||||
>=dev-python/six-1.10.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
@@ -28,7 +27,9 @@ DEPEND="${RDEPEND}
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
PDEPEND=">=dev-python/certifi-2015.11.20[${PYTHON_USEDEP}]"
|
||||
PDEPEND="
|
||||
>=dev-python/pyparsing-2.0.6[${PYTHON_USEDEP}]
|
||||
>=dev-python/certifi-2015.11.20[${PYTHON_USEDEP}]"
|
||||
|
||||
# Force in-source build because build system modifies sources.
|
||||
DISTUTILS_IN_SOURCE_BUILD=1
|
||||
|
||||
Reference in New Issue
Block a user