commit: 5c59a2952b2d42504ea8f8cef84bb1a518519426 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat May 22 14:03:01 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat May 22 18:17:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c59a295
dev-python/botocore: Backport test_no_new_lines patch to 1.20.54 Closes: https://bugs.gentoo.org/788646 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/botocore/botocore-1.20.54.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/botocore/botocore-1.20.54.ebuild b/dev-python/botocore/botocore-1.20.54.ebuild index 51bb10d6739..f1e8bd15b0c 100644 --- a/dev-python/botocore/botocore-1.20.54.ebuild +++ b/dev-python/botocore/botocore-1.20.54.ebuild @@ -34,6 +34,7 @@ BDEPEND=" PATCHES=( "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch" + "${FILESDIR}/botocore-1.20.64-bpo43882.patch" ) distutils_enable_sphinx docs/source \
