commit: f08741883e9b0ff3482d06c7c15ee6b286483e1e
Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 13 13:14:43 2018 +0000
Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Thu Feb 15 10:25:13 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0874188
dev-python/botocore: don't require specific dev-python/mock version
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-python/botocore/botocore-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/botocore/botocore-9999.ebuild
b/dev-python/botocore/botocore-9999.ebuild
index 7f976cb95e5..e89410f896f 100644
--- a/dev-python/botocore/botocore-9999.ebuild
+++ b/dev-python/botocore/botocore-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -37,7 +37,7 @@ DEPEND="
)
test? (
${RDEPEND}
- ~dev-python/mock-1.3.0[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
)
"