diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-04-21 09:33:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-04-21 10:08:12 +0200 |
commit | 0b8e33b6f960ac055e7248a684ef5d96e08aa5ee (patch) | |
tree | eabf46c6931fc0c00a7e61774e7145dd8b0d4860 /dev-python/oauth2 | |
parent | dev-python/testfixtures: Bump to 6.14.1 (diff) | |
download | gentoo-0b8e33b6f960ac055e7248a684ef5d96e08aa5ee.tar.gz gentoo-0b8e33b6f960ac055e7248a684ef5d96e08aa5ee.tar.bz2 gentoo-0b8e33b6f960ac055e7248a684ef5d96e08aa5ee.zip |
dev-python/oauth2: Enable py3.{7,8}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/oauth2')
-rw-r--r-- | dev-python/oauth2/oauth2-1.9.0_p1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/oauth2/oauth2-1.9.0_p1-r1.ebuild b/dev-python/oauth2/oauth2-1.9.0_p1-r1.ebuild index f717a49cbf01..ea99f3884bee 100644 --- a/dev-python/oauth2/oauth2-1.9.0_p1-r1.ebuild +++ b/dev-python/oauth2/oauth2-1.9.0_p1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 |