diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 21:55:25 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 22:21:20 +0100 |
commit | 2fb469e29a11ea551d5815452e28e8352f882b29 (patch) | |
tree | de89cf8a820f6131804af3bb96206a8478238e3b /dev-python/pyu2f | |
parent | dev-python/pytrie: Remove py2 (diff) | |
download | gentoo-2fb469e29a11ea551d5815452e28e8352f882b29.tar.gz gentoo-2fb469e29a11ea551d5815452e28e8352f882b29.tar.bz2 gentoo-2fb469e29a11ea551d5815452e28e8352f882b29.zip |
dev-python/pyu2f: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyu2f')
-rw-r--r-- | dev-python/pyu2f/pyu2f-0.1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyu2f/pyu2f-0.1.4.ebuild b/dev-python/pyu2f/pyu2f-0.1.4.ebuild index ac6ee246d1ab..ac8c32eb58a1 100644 --- a/dev-python/pyu2f/pyu2f-0.1.4.ebuild +++ b/dev-python/pyu2f/pyu2f-0.1.4.ebuild @@ -3,7 +3,7 @@ EAPI="6" -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |