summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVirgil Dupras <vdupras@gentoo.org>2018-09-07 14:30:54 -0400
committerVirgil Dupras <vdupras@gentoo.org>2018-09-07 14:45:30 -0400
commit7547f010f6d6687d5172186ebd3c325af44b2962 (patch)
treed8aecd659caabc40fd978e195a7331195b13718b
parentapp-emacs/php-mode: Remove old. (diff)
downloadgentoo-7547f010.tar.gz
gentoo-7547f010.tar.bz2
gentoo-7547f010.zip
dev-python/olefile: add pypy support
Needed for Pillow. Package-Manager: Portage-2.3.49, Repoman-2.3.10
-rw-r--r--dev-python/olefile/olefile-0.45.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/olefile/olefile-0.45.1.ebuild b/dev-python/olefile/olefile-0.45.1.ebuild
index 7611f446918e..58fe4f234613 100644
--- a/dev-python/olefile/olefile-0.45.1.ebuild
+++ b/dev-python/olefile/olefile-0.45.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy{,3} )
inherit distutils-r1