mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
global: Drop dead implementations from PYTHON_COMPAT
This commit is contained in:
@@ -7,7 +7,7 @@ EAPI="5"
|
||||
# Classifier: Programming Language :: Python :: 2 :: Only
|
||||
# py3 fails one test, pypy anpother.
|
||||
# Notes on page of home repo reports support of python3.
|
||||
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
|
||||
PYTHON_COMPAT=( python{2_7,3_4} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI="5"
|
||||
# Classifier: Programming Language :: Python :: 2 :: Only
|
||||
# py3 fails one test, pypy anpother.
|
||||
# Notes on page of home repo reports support of python3.
|
||||
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user