diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-02 12:42:31 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-02 13:05:32 +0200 |
commit | fe4c6d71a6011f7efc4fa50a055c59f9947d0b17 (patch) | |
tree | 06a9edc7efbe2385dda527a47017e59b0db76a26 /dev-python/strict-rfc3339 | |
parent | dev-python/webcolors: Add pypy support (diff) | |
download | gentoo-fe4c6d71a6011f7efc4fa50a055c59f9947d0b17.tar.gz gentoo-fe4c6d71a6011f7efc4fa50a055c59f9947d0b17.tar.bz2 gentoo-fe4c6d71a6011f7efc4fa50a055c59f9947d0b17.zip |
dev-python/strict-rfc3339: Add pypy support
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/strict-rfc3339')
-rw-r--r-- | dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild b/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild index 2abdefb0225e..918c3169b008 100644 --- a/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild +++ b/dev-python/strict-rfc3339/strict-rfc3339-0.6.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 |