diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:56:56 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 08:08:21 +0100 |
commit | aab6283bcd61218d4b07ada8e75a3b427c6ce89a (patch) | |
tree | afd7bce99b61a02b52aa7bc59bb96125f02dda4a /dev-python/whichcraft | |
parent | dev-python/whelk: Remove py2 (diff) | |
download | gentoo-aab6283bcd61218d4b07ada8e75a3b427c6ce89a.tar.gz gentoo-aab6283bcd61218d4b07ada8e75a3b427c6ce89a.tar.bz2 gentoo-aab6283bcd61218d4b07ada8e75a3b427c6ce89a.zip |
dev-python/whichcraft: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/whichcraft')
-rw-r--r-- | dev-python/whichcraft/whichcraft-0.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/whichcraft/whichcraft-0.4.1.ebuild b/dev-python/whichcraft/whichcraft-0.4.1.ebuild index a62e773c723a..2c9619db6085 100644 --- a/dev-python/whichcraft/whichcraft-0.4.1.ebuild +++ b/dev-python/whichcraft/whichcraft-0.4.1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |