diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-11-15 14:30:01 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-11-15 14:30:30 -0600 |
commit | f316429202524633a0db18cdec551c216e206684 (patch) | |
tree | 79630f7fd9a2ac73ad7010e948a3f2922c69195d /dev-python/secretstorage | |
parent | dev-python/keyring: remove pypy and pypy3 python impls (diff) | |
download | gentoo-f316429202524633a0db18cdec551c216e206684.tar.gz gentoo-f316429202524633a0db18cdec551c216e206684.tar.bz2 gentoo-f316429202524633a0db18cdec551c216e206684.zip |
dev-python/secretstorage: remove pypy and pypy3, they are untested on this
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-python/secretstorage')
-rw-r--r-- | dev-python/secretstorage/secretstorage-2.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/secretstorage/secretstorage-2.3.1.ebuild b/dev-python/secretstorage/secretstorage-2.3.1.ebuild index 3bb5c78837df..635553c3957e 100644 --- a/dev-python/secretstorage/secretstorage-2.3.1.ebuild +++ b/dev-python/secretstorage/secretstorage-2.3.1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 |