Gentoo Archives: gentoo-commits

From: Andrey Utkin <andrey_utkin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/botocore/
Date: Thu, 15 Feb 2018 10:29:13
Message-Id: 1518690313.f08741883e9b0ff3482d06c7c15ee6b286483e1e.andrey_utkin@gentoo
1 commit: f08741883e9b0ff3482d06c7c15ee6b286483e1e
2 Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 13 13:14:43 2018 +0000
4 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 15 10:25:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0874188
7
8 dev-python/botocore: don't require specific dev-python/mock version
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-python/botocore/botocore-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/botocore/botocore-9999.ebuild b/dev-python/botocore/botocore-9999.ebuild
16 index 7f976cb95e5..e89410f896f 100644
17 --- a/dev-python/botocore/botocore-9999.ebuild
18 +++ b/dev-python/botocore/botocore-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -37,7 +37,7 @@ DEPEND="
26 )
27 test? (
28 ${RDEPEND}
29 - ~dev-python/mock-1.3.0[${PYTHON_USEDEP}]
30 + dev-python/mock[${PYTHON_USEDEP}]
31 dev-python/nose[${PYTHON_USEDEP}]
32 )
33 "