summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Utkin <andrey_utkin@gentoo.org>2018-05-12 23:34:44 +0100
committerAndrey Utkin <andrey_utkin@gentoo.org>2018-05-13 02:33:13 +0100
commitc7cc9134931949ec24a8cd02aa6534978c3d3d07 (patch)
treec369fdf91c8154014a817b1448ee7292173d246b /dev-python/botocore
parentapp-arch/xz-utils: Fixed installation of *.a files. (diff)
downloadgentoo-c7cc9134931949ec24a8cd02aa6534978c3d3d07.tar.gz
gentoo-c7cc9134931949ec24a8cd02aa6534978c3d3d07.tar.bz2
gentoo-c7cc9134931949ec24a8cd02aa6534978c3d3d07.zip
dev-python/botocore: drop ranges from deps notation
Drop version range requirements, as all requirements are satisfied by all ebuilds currently present in Gentoo tree. The ranges originally come from upstream's requirements.txt and setup.{cfg,py}, but upstream developers don't tend to update these ranges, which makes them irrelevant and even harmful to Gentoo (e.g. by blocking removal of outdated version of dependencies). Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'dev-python/botocore')
-rw-r--r--dev-python/botocore/botocore-9999.ebuild14
1 files changed, 5 insertions, 9 deletions
diff --git a/dev-python/botocore/botocore-9999.ebuild b/dev-python/botocore/botocore-9999.ebuild
index 89ab97de7bc5..5771ab5e96d5 100644
--- a/dev-python/botocore/botocore-9999.ebuild
+++ b/dev-python/botocore/botocore-9999.ebuild
@@ -21,19 +21,15 @@ else
fi
RDEPEND="
- >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
- >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
- <dev-python/jmespath-1.0.0[${PYTHON_USEDEP}]
- >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
- <dev-python/python-dateutil-3.0.0[${PYTHON_USEDEP}]
+ dev-python/docutils[${PYTHON_USEDEP}]
+ dev-python/jmespath[${PYTHON_USEDEP}]
+ dev-python/python-dateutil[${PYTHON_USEDEP}]
"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
doc? (
- >=dev-python/guzzle_sphinx_theme-0.7.10[${PYTHON_USEDEP}]
- <dev-python/guzzle_sphinx_theme-0.8[${PYTHON_USEDEP}]
- >=dev-python/sphinx-1.1.3[${PYTHON_USEDEP}]
- <dev-python/sphinx-1.7[${PYTHON_USEDEP}]
+ dev-python/guzzle_sphinx_theme[${PYTHON_USEDEP}]
+ dev-python/sphinx[${PYTHON_USEDEP}]
)
test? (
${RDEPEND}