dev-python/olefile: add pypy support
authorVirgil Dupras <vdupras@gentoo.org>
Fri, 7 Sep 2018 18:30:54 +0000 (14:30 -0400)
committerVirgil Dupras <vdupras@gentoo.org>
Fri, 7 Sep 2018 18:45:30 +0000 (14:45 -0400)
Needed for Pillow.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

dev-python/olefile/olefile-0.45.1.ebuild

index 7611f446918eeb3d56125e0ea055e0984c9df9b5..58fe4f23461348321d199a0c2850d581140c01aa 100644 (file)
@@ -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