diff options
author | Mike Gilbert <floppym@gentoo.org> | 2017-03-23 13:30:59 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-03-23 13:30:59 -0400 |
commit | 64dc9ace9a548571d9e974e39b45a2629e562817 (patch) | |
tree | a968834fab9fafa19158d1e846a0718579d0201b | |
parent | dev-python/backports-unittest-mock: python3.6 (diff) | |
download | gentoo-64dc9ace9a548571d9e974e39b45a2629e562817.tar.gz gentoo-64dc9ace9a548571d9e974e39b45a2629e562817.tar.bz2 gentoo-64dc9ace9a548571d9e974e39b45a2629e562817.zip |
dev-python/path-py: pypy3
Package-Manager: Portage-2.3.5_p2, Repoman-2.3.2_p32
-rw-r--r-- | dev-python/path-py/path-py-8.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/path-py/path-py-8.1.2.ebuild b/dev-python/path-py/path-py-8.1.2.ebuild index 690e776cccb7..049262bb4b8f 100644 --- a/dev-python/path-py/path-py-8.1.2.ebuild +++ b/dev-python/path-py/path-py-8.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) inherit distutils-r1 |