diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2019-05-09 16:48:37 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2019-05-09 16:50:07 +0200 |
commit | 6654f7ff7226aceb11436f0caf6cce2c95173e5e (patch) | |
tree | cadfd2e00c06c7d9a3f9ea5917d3823c9213eb20 | |
parent | dev-db/postgresql: Bump (diff) | |
download | gentoo-6654f7ff7226aceb11436f0caf6cce2c95173e5e.tar.gz gentoo-6654f7ff7226aceb11436f0caf6cce2c95173e5e.tar.bz2 gentoo-6654f7ff7226aceb11436f0caf6cce2c95173e5e.zip |
dev-python/pip: Fix typo
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
-rw-r--r-- | dev-python/pip/pip-19.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pip/pip-19.1.ebuild b/dev-python/pip/pip-19.1.ebuild index 643cf0978c13..1d2a8c7a3721 100644 --- a/dev-python/pip/pip-19.1.ebuild +++ b/dev-python/pip/pip-19.1.ebuild @@ -35,7 +35,7 @@ RDEPEND=" >=dev-python/setuptools-39.2.0[${PYTHON_USEDEP}] " DEPEND=" - ${DEPEND} + ${RDEPEND} test? ( dev-python/freezegun[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] |