From deba8115d2c2af26df42966b91ef04ff4dd79cde Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 14 May 2020 11:09:11 +0100 Subject: gentoo resync : 14.05.2020 --- dev-python/botocore/botocore-9999.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dev-python/botocore/botocore-9999.ebuild') diff --git a/dev-python/botocore/botocore-9999.ebuild b/dev-python/botocore/botocore-9999.ebuild index f9ce3c85acf8..54136d6d4829 100644 --- a/dev-python/botocore/botocore-9999.ebuild +++ b/dev-python/botocore/botocore-9999.ebuild @@ -45,6 +45,10 @@ PATCHES=( "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch" ) python_compile_all() { use doc && emake -C docs html + + # remove version locked deps + sed -r -e 's:([a-zA-Z0-9_-]+)[><|=].*:\1:' \ + -i requirements.txt || die } python_test() { -- cgit v1.2.3