diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 20:41:00 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 20:53:17 +0100 |
commit | 3e0e6eb25b2f541c47d8be36ca39c87bfa39243d (patch) | |
tree | ce73e67de0fad25ed731396fbf833e33b764de59 /dev-python/pyotp | |
parent | dev-python/pyopengl_accelerate: Remove py2 (diff) | |
download | gentoo-3e0e6eb25b2f541c47d8be36ca39c87bfa39243d.tar.gz gentoo-3e0e6eb25b2f541c47d8be36ca39c87bfa39243d.tar.bz2 gentoo-3e0e6eb25b2f541c47d8be36ca39c87bfa39243d.zip |
dev-python/pyotp: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyotp')
-rw-r--r-- | dev-python/pyotp/pyotp-2.2.6-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pyotp/pyotp-2.2.6.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyotp/pyotp-2.2.6-r1.ebuild b/dev-python/pyotp/pyotp-2.2.6-r1.ebuild index 12994f968fe7..1ced362170ea 100644 --- a/dev-python/pyotp/pyotp-2.2.6-r1.ebuild +++ b/dev-python/pyotp/pyotp-2.2.6-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/pyotp/pyotp-2.2.6.ebuild b/dev-python/pyotp/pyotp-2.2.6.ebuild index 86e42aab00dc..cf29b9d0c728 100644 --- a/dev-python/pyotp/pyotp-2.2.6.ebuild +++ b/dev-python/pyotp/pyotp-2.2.6.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |