From: Virgil Dupras Date: Fri, 7 Sep 2018 18:30:54 +0000 (-0400) Subject: dev-python/olefile: add pypy support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7547f010f6d6687d5172186ebd3c325af44b2962;p=gentoo.git dev-python/olefile: add pypy support Needed for Pillow. Package-Manager: Portage-2.3.49, Repoman-2.3.10 --- 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