diff options
author | Virgil Dupras <vdupras@gentoo.org> | 2018-08-07 13:30:40 -0400 |
---|---|---|
committer | Virgil Dupras <vdupras@gentoo.org> | 2018-08-07 13:30:40 -0400 |
commit | 25b7b2f509e6af69a084eff4ef05a72a64d21b18 (patch) | |
tree | 5ab079d7d3db0f13450862ce6b24308e5dac55db /dev-python/openpyxl | |
parent | dev-python/openpyxl: bump to 2.4.11 (diff) | |
download | gentoo-25b7b2f509e6af69a084eff4ef05a72a64d21b18.tar.gz gentoo-25b7b2f509e6af69a084eff4ef05a72a64d21b18.tar.bz2 gentoo-25b7b2f509e6af69a084eff4ef05a72a64d21b18.zip |
dev-python/openpyxl: refresh live ebuild
Package-Manager: Portage-2.3.44, Repoman-2.3.10
Diffstat (limited to 'dev-python/openpyxl')
-rw-r--r-- | dev-python/openpyxl/openpyxl-9999.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-python/openpyxl/openpyxl-9999.ebuild b/dev-python/openpyxl/openpyxl-9999.ebuild index 5202a8eafd18..689dffb52654 100644 --- a/dev-python/openpyxl/openpyxl-9999.ebuild +++ b/dev-python/openpyxl/openpyxl-9999.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 mercurial @@ -26,8 +26,9 @@ DEPEND=" ${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] )" python_test() { - py.test || die "Testing failed with ${EPYTHON}" + pytest || die "Testing failed with ${EPYTHON}" } |