dev-python/readme: Enable pypy3
authorMichał Górny <mgorny@gentoo.org>
Wed, 30 Nov 2016 13:27:39 +0000 (14:27 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 30 Nov 2016 18:05:26 +0000 (19:05 +0100)
Tests with pypy3 fail the same way as with other implementations.

dev-python/readme/readme-0.6.0.ebuild

index d0dadf816bf41e6f73c9403e882be287056a7c26..a7109b1e0ab91358e651b134ea5f82732f327606 100644 (file)
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} )
 
 inherit distutils-r1