dev-python/backports-unittest-mock: pypy
authorMike Gilbert <floppym@gentoo.org>
Thu, 23 Mar 2017 17:32:29 +0000 (13:32 -0400)
committerMike Gilbert <floppym@gentoo.org>
Thu, 23 Mar 2017 17:32:29 +0000 (13:32 -0400)
Package-Manager: Portage-2.3.5_p2, Repoman-2.3.2_p32

dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1.ebuild

index 3a6cf121a565105aa4511781b3ced99d3b191257..fae8aea38a2e3d052b2c0b6b8206f1228287a75c 100644 (file)
@@ -5,7 +5,7 @@ EAPI=6
 
 # It is the developer's intention that backports.unittest_mock will be
 # used even for Python 3: https://github.com/jaraco/jaraco.timing/pull/1
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
 
 inherit distutils-r1