summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2020-04-26 01:42:39 -0700
committerZac Medico <zmedico@gentoo.org>2020-04-26 01:45:34 -0700
commit6e4b1e903924149f4a28352ccfa789a6c49eec29 (patch)
treeb98d9c827a0a3bc31d9839ceb901e058a852c80c /dev-python/python-netlink
parentmedia-sound/guitarix: updated deps in 9999 (diff)
downloadgentoo-6e4b1e903924149f4a28352ccfa789a6c49eec29.tar.gz
gentoo-6e4b1e903924149f4a28352ccfa789a6c49eec29.tar.bz2
gentoo-6e4b1e903924149f4a28352ccfa789a6c49eec29.zip
dev-python/python-netlink: Update PYTHON_COMPAT
Closes: https://bugs.gentoo.org/719492 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-python/python-netlink')
-rw-r--r--dev-python/python-netlink/python-netlink-0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-netlink/python-netlink-0.1.ebuild b/dev-python/python-netlink/python-netlink-0.1.ebuild
index e8268a3cf5d9..3ff964520de1 100644
--- a/dev-python/python-netlink/python-netlink-0.1.ebuild
+++ b/dev-python/python-netlink/python-netlink-0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
inherit distutils-r1