diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-30 15:38:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-30 15:39:10 +0200 |
commit | e340d240c6ceeb26a71f946843702e66db039ad5 (patch) | |
tree | e7ac243f5c4560ac7c8e2f453ab2a2cc71420650 /dev-python/aiohttp-socks | |
parent | profiles: ppc64: mask untested/unkeyworded LXQt dependencies (diff) | |
download | gentoo-e340d240c6ceeb26a71f946843702e66db039ad5.tar.gz gentoo-e340d240c6ceeb26a71f946843702e66db039ad5.tar.bz2 gentoo-e340d240c6ceeb26a71f946843702e66db039ad5.zip |
dev-python/aiohttp-socks: Enable py3.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/aiohttp-socks')
-rw-r--r-- | dev-python/aiohttp-socks/aiohttp-socks-0.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/aiohttp-socks/aiohttp-socks-0.2.2.ebuild b/dev-python/aiohttp-socks/aiohttp-socks-0.2.2.ebuild index 7e449920dc7f..52758134c3e5 100644 --- a/dev-python/aiohttp-socks/aiohttp-socks-0.2.2.ebuild +++ b/dev-python/aiohttp-socks/aiohttp-socks-0.2.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |