dev-python/pytest-runner: python2_7
authorAndreas Sturmlechner <asturm@gentoo.org>
Tue, 4 Feb 2020 20:31:06 +0000 (21:31 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 4 Feb 2020 21:31:04 +0000 (22:31 +0100)
Needed by dev-python/flask-gravatar.

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
dev-python/pytest-runner/pytest-runner-5.2.ebuild

index 353d2171777f5d4baeaa987d6c85279c1c73d5cf..26b4b629950aa54c46ce881b926fe8a1917a9b09 100644 (file)
@@ -1,10 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 
-PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
-
+PYTHON_COMPAT=( pypy3 python2_7 python3_{6,7,8} )
 inherit distutils-r1
 
 DESCRIPTION="Adds support for tests during installation of setup.py files"