diff options
author | Virgil Dupras <vdupras@gentoo.org> | 2018-09-07 14:30:54 -0400 |
---|---|---|
committer | Virgil Dupras <vdupras@gentoo.org> | 2018-09-07 14:45:30 -0400 |
commit | 7547f010f6d6687d5172186ebd3c325af44b2962 (patch) | |
tree | d8aecd659caabc40fd978e195a7331195b13718b /dev-python/olefile | |
parent | app-emacs/php-mode: Remove old. (diff) | |
download | gentoo-7547f010f6d6687d5172186ebd3c325af44b2962.tar.gz gentoo-7547f010f6d6687d5172186ebd3c325af44b2962.tar.bz2 gentoo-7547f010f6d6687d5172186ebd3c325af44b2962.zip |
dev-python/olefile: add pypy support
Needed for Pillow.
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'dev-python/olefile')
-rw-r--r-- | dev-python/olefile/olefile-0.45.1.ebuild | 2 |
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 |