commit: a9b80fad012e382626a8e5384952cd049845da53 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org> AuthorDate: Sat Aug 11 23:16:13 2018 +0000 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org> CommitDate: Sat Aug 11 23:16:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9b80fad
dev-python/openpyxl: re-enable py34 on v2.4.11 I failed to see, before phasing it out, how many revdeps had a py34 enabled. If I want to be able to clean out old and vulnerable versions in a reasonable timeframe, I have to re-enable py34. Bug: https://bugs.gentoo.org/608714 Package-Manager: Portage-2.3.44, Repoman-2.3.10 dev-python/openpyxl/openpyxl-2.4.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/openpyxl/openpyxl-2.4.11.ebuild b/dev-python/openpyxl/openpyxl-2.4.11.ebuild index cbdefa9c91c..3d12d224db1 100644 --- a/dev-python/openpyxl/openpyxl-2.4.11.ebuild +++ b/dev-python/openpyxl/openpyxl-2.4.11.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 vcs-snapshot