dev-python/testify: Drop support for pypy due to missing support in deps

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2016-01-11 11:41:47 +01:00
parent 39f2877461
commit 8c5f5918d8
2 changed files with 4 additions and 5 deletions

View File

@@ -1,11 +1,11 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
# Still appears to no support >=py3.3
PYTHON_COMPAT=( python2_7 pypy )
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 vcs-snapshot