From c7cc9134931949ec24a8cd02aa6534978c3d3d07 Mon Sep 17 00:00:00 2001 From: Andrey Utkin Date: Sat, 12 May 2018 23:34:44 +0100 Subject: [PATCH] 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 --- dev-python/botocore/botocore-9999.ebuild | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/dev-python/botocore/botocore-9999.ebuild b/dev-python/botocore/botocore-9999.ebuild index 89ab97de7bc56..5771ab5e96d5e 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/python-dateutil-2.1[${PYTHON_USEDEP}] -