Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pip/
Date: Thu, 09 May 2019 14:50:54
Message-Id: 1557413407.6654f7ff7226aceb11436f0caf6cce2c95173e5e.mrueg@gentoo
1 commit: 6654f7ff7226aceb11436f0caf6cce2c95173e5e
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 9 14:48:37 2019 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu May 9 14:50:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6654f7ff
7
8 dev-python/pip: Fix typo
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
12
13 dev-python/pip/pip-19.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/pip/pip-19.1.ebuild b/dev-python/pip/pip-19.1.ebuild
17 index 643cf0978c1..1d2a8c7a372 100644
18 --- a/dev-python/pip/pip-19.1.ebuild
19 +++ b/dev-python/pip/pip-19.1.ebuild
20 @@ -35,7 +35,7 @@ RDEPEND="
21 >=dev-python/setuptools-39.2.0[${PYTHON_USEDEP}]
22 "
23 DEPEND="
24 - ${DEPEND}
25 + ${RDEPEND}
26 test? (
27 dev-python/freezegun[${PYTHON_USEDEP}]
28 dev-python/mock[${PYTHON_USEDEP}]