dev-python/python-nmap: Restrict tests and add python8 support

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Manifest-Sign-Key: 00EFD31F1B60D5DBADB831C1C0ECE6960E54475B
Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
Nils Freydank 2020-02-06 08:34:39 +01:00
parent efe09d6036
commit dbc7d087f5
No known key found for this signature in database
GPG Key ID: BC5DC2998AAD2B21

View File

@ -3,7 +3,7 @@
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
@ -16,6 +16,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RESTRICT="test" # this packages does not support any tests, so skip them
DEPEND="
${PYTHON_DEPS}
net-analyzer/nmap"