summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2020-09-04 23:53:34 +0200
committerLouis Sautier <sbraz@gentoo.org>2020-09-05 00:14:09 +0200
commite9259c86644672fe3b16664034fff3d523181703 (patch)
tree9932789060c8e730dd9a5901bbfb749655a218ad
parentsys-boot/plymouth: ppc stable (bug #736416) (diff)
downloadgentoo-e9259c86.tar.gz
gentoo-e9259c86.tar.bz2
gentoo-e9259c86.zip
dev-python/netifaces: add Py3.9, remove explicit setuptools dep.
Package-Manager: Portage-3.0.3, Repoman-2.3.23 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
-rw-r--r--dev-python/netifaces/netifaces-0.10.9.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/netifaces/netifaces-0.10.9.ebuild b/dev-python/netifaces/netifaces-0.10.9.ebuild
index faa08acf317a..ed88a284797e 100644
--- a/dev-python/netifaces/netifaces-0.10.9.ebuild
+++ b/dev-python/netifaces/netifaces-0.10.9.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
inherit distutils-r1
@@ -18,6 +19,4 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
PATCHES=( "${FILESDIR}"/${PN}-0.10.4-remove-osx-fix.patch )