diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2023-03-15 21:37:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-19 03:12:51 +0000 |
commit | 734dbd9aa88e7f1685461ed2c1620a5e5df69c6f (patch) | |
tree | 70c4bfd43d0907e65f8a8b324f46498fc021740d /net-analyzer | |
parent | dev-libs/openssl: remove unused file (diff) | |
download | gentoo-734dbd9aa88e7f1685461ed2c1620a5e5df69c6f.tar.gz gentoo-734dbd9aa88e7f1685461ed2c1620a5e5df69c6f.tar.bz2 gentoo-734dbd9aa88e7f1685461ed2c1620a5e5df69c6f.zip |
net-analyzer/shodan: enable py3.11
Closes: https://bugs.gentoo.org/897072
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/shodan/shodan-1.28.0.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/shodan/shodan-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/shodan/shodan-1.28.0.ebuild b/net-analyzer/shodan/shodan-1.28.0.ebuild index cae4d648ff15..8c7d7860bc86 100644 --- a/net-analyzer/shodan/shodan-1.28.0.ebuild +++ b/net-analyzer/shodan/shodan-1.28.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 DESCRIPTION="The official Python library for Shodan" diff --git a/net-analyzer/shodan/shodan-9999.ebuild b/net-analyzer/shodan/shodan-9999.ebuild index a33a8491beea..984c33c3f1f6 100644 --- a/net-analyzer/shodan/shodan-9999.ebuild +++ b/net-analyzer/shodan/shodan-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 DESCRIPTION="The official Python library for Shodan" |