shodan: fix

This commit is contained in:
Guido Kroon 2020-06-21 00:21:58 +02:00
parent 844d9a2faf
commit 29eae63d9a
No known key found for this signature in database
GPG key ID: 394C398C531EFAB0
2 changed files with 4 additions and 2 deletions

View file

@ -3,7 +3,8 @@
EAPI=7
PYTHON_COMPAT=( python3_6 )
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1

View file

@ -3,7 +3,8 @@
EAPI=7
PYTHON_COMPAT=( python3_6 )
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1