mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/pypiserver: Add missing dep on pip
Closes: https://bugs.gentoo.org/718880 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -15,7 +15,9 @@ SLOT="0"
|
||||
KEYWORDS="~alpha amd64 ~arm64 ~hppa ~sparc x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
RDEPEND="
|
||||
dev-python/pip[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
>=dev-python/wheel-0.25.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="${RDEPEND}
|
||||
dev-python/setuptools-git[${PYTHON_USEDEP}]
|
||||
|
||||
Reference in New Issue
Block a user