diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:00:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:00:32 +0100 |
commit | 05e11d6524f377e025dab02613dec21ce154df0e (patch) | |
tree | 0c5d8d5a0547c8c2f991a6af7b566b4cfc3caff1 /dev-python/simplegeneric | |
parent | dev-python/simplebayes: Remove py2 (diff) | |
download | gentoo-05e11d6524f377e025dab02613dec21ce154df0e.tar.gz gentoo-05e11d6524f377e025dab02613dec21ce154df0e.tar.bz2 gentoo-05e11d6524f377e025dab02613dec21ce154df0e.zip |
dev-python/simplegeneric: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/simplegeneric')
-rw-r--r-- | dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild b/dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild index ab988d24e1f2..c26a6a0777a4 100644 --- a/dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild +++ b/dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |