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:
parent
efe09d6036
commit
dbc7d087f5
@ -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"
|
Loading…
Reference in New Issue
Block a user