dev-python/backports-unittest-mock: python3.6
authorMike Gilbert <floppym@gentoo.org>
Thu, 23 Mar 2017 17:21:19 +0000 (13:21 -0400)
committerMike Gilbert <floppym@gentoo.org>
Thu, 23 Mar 2017 17:26:51 +0000 (13:26 -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 154b1493afa5e32028884d5fcf1a6b44deca4238..3a6cf121a565105aa4511781b3ced99d3b191257 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} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1