diff options
author | Andrey Utkin <andrey_utkin@gentoo.org> | 2018-02-13 13:14:43 +0000 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2018-02-15 10:25:13 +0000 |
commit | f08741883e9b0ff3482d06c7c15ee6b286483e1e (patch) | |
tree | 85198eedd267d0df8b0d1db67963daa6d61ffe09 /dev-python/botocore | |
parent | x11-wm/icewm: Removed old. (diff) | |
download | gentoo-f08741883e9b0ff3482d06c7c15ee6b286483e1e.tar.gz gentoo-f08741883e9b0ff3482d06c7c15ee6b286483e1e.tar.bz2 gentoo-f08741883e9b0ff3482d06c7c15ee6b286483e1e.zip |
dev-python/botocore: don't require specific dev-python/mock version
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-python/botocore')
-rw-r--r-- | dev-python/botocore/botocore-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/botocore/botocore-9999.ebuild b/dev-python/botocore/botocore-9999.ebuild index 7f976cb95e55..e89410f896f8 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}] ) " |