diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-09 10:38:59 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-09 11:49:36 +0200 |
commit | a150754b7443c338262a34d5011d5ab56b6ea835 (patch) | |
tree | 3cc0cc6a88b356ecbe033cc46b69dd2e50bbf428 /dev-python/pytest-cache | |
parent | dev-python/pytest-capturelog: Add pypy* support (diff) | |
download | gentoo-a150754b7443c338262a34d5011d5ab56b6ea835.tar.gz gentoo-a150754b7443c338262a34d5011d5ab56b6ea835.tar.bz2 gentoo-a150754b7443c338262a34d5011d5ab56b6ea835.zip |
dev-python/pytest-cache: Add pypy* support
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/pytest-cache')
-rw-r--r-- | dev-python/pytest-cache/pytest-cache-1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-cache/pytest-cache-1.0.ebuild b/dev-python/pytest-cache/pytest-cache-1.0.ebuild index 073ec1dd1be4..6cf0b751da4b 100644 --- a/dev-python/pytest-cache/pytest-cache-1.0.ebuild +++ b/dev-python/pytest-cache/pytest-cache-1.0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) inherit distutils-r1 |