diff options
author | 2015-11-17 14:56:22 +0100 | |
---|---|---|
committer | 2015-11-17 14:57:16 +0100 | |
commit | aaceb013922ce621d6be13bcf706c2863d7716f6 (patch) | |
tree | dfc79c159ece8a3c10dee77f588a33c5feab27db /dev-python/psutil | |
parent | Merge remote-tracking branch 'github/pr/294'. Fixes bug 564194. (diff) | |
download | gentoo-aaceb013922ce621d6be13bcf706c2863d7716f6.tar.gz gentoo-aaceb013922ce621d6be13bcf706c2863d7716f6.tar.bz2 gentoo-aaceb013922ce621d6be13bcf706c2863d7716f6.zip |
dev-python/psutil: Add pypy3 support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/psutil')
-rw-r--r-- | dev-python/psutil/psutil-3.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/psutil/psutil-3.2.2.ebuild b/dev-python/psutil/psutil-3.2.2.ebuild index 43be6f7afb61..ee1d2359bd13 100644 --- a/dev-python/psutil/psutil-3.2.2.ebuild +++ b/dev-python/psutil/psutil-3.2.2.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1 |