summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVirgil Dupras <vdupras@gentoo.org>2018-08-11 19:16:13 -0400
committerVirgil Dupras <vdupras@gentoo.org>2018-08-11 19:16:13 -0400
commita9b80fad012e382626a8e5384952cd049845da53 (patch)
treedbd69e0445398d859c7603eda8dde193662fd5d3 /dev-python/openpyxl
parentdev-python/txaio: remove spurious dependencies and phase (diff)
downloadgentoo-a9b80fad012e382626a8e5384952cd049845da53.tar.gz
gentoo-a9b80fad012e382626a8e5384952cd049845da53.tar.bz2
gentoo-a9b80fad012e382626a8e5384952cd049845da53.zip
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
Diffstat (limited to 'dev-python/openpyxl')
-rw-r--r--dev-python/openpyxl/openpyxl-2.4.11.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/openpyxl/openpyxl-2.4.11.ebuild b/dev-python/openpyxl/openpyxl-2.4.11.ebuild
index cbdefa9c91c9..3d12d224db19 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