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:
Michał Górny
2020-04-22 18:18:14 +02:00
parent 8400852f06
commit 82a834bc70

View File

@@ -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}]