diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2020-05-26 00:02:33 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2020-05-26 00:03:44 +0300 |
commit | 40917dec68ca78ba06cd98897edb1fc9f91d052b (patch) | |
tree | 064dc40e713a44e22fbe4aae4559a3e3ff399164 /dev-python/zeroconf | |
parent | dev-python/ifaddr: works with py38 (diff) | |
download | gentoo-40917dec68ca78ba06cd98897edb1fc9f91d052b.tar.gz gentoo-40917dec68ca78ba06cd98897edb1fc9f91d052b.tar.bz2 gentoo-40917dec68ca78ba06cd98897edb1fc9f91d052b.zip |
dev-python/zeroconf: works with py38
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'dev-python/zeroconf')
-rw-r--r-- | dev-python/zeroconf/zeroconf-0.24.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/zeroconf/zeroconf-0.24.4.ebuild b/dev-python/zeroconf/zeroconf-0.24.4.ebuild index 9569d1181b00..60b30db97364 100644 --- a/dev-python/zeroconf/zeroconf-0.24.4.ebuild +++ b/dev-python/zeroconf/zeroconf-0.24.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) inherit distutils-r1 |