diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-07-03 10:37:41 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-07-03 10:37:41 +0200 |
commit | 5a31ea1a6e8f2c81c241de7055084b0931aaa8cd (patch) | |
tree | 7d50ff230978295af934c8e7b7878835e9f64c3a /net-analyzer | |
parent | dev-libs/paho-mqtt-c: style fixes (diff) | |
download | gentoo-5a31ea1a6e8f2c81c241de7055084b0931aaa8cd.tar.gz gentoo-5a31ea1a6e8f2c81c241de7055084b0931aaa8cd.tar.bz2 gentoo-5a31ea1a6e8f2c81c241de7055084b0931aaa8cd.zip |
net-analyzer/notus-scanner: disable py3.10
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/notus-scanner/notus-scanner-22.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/notus-scanner/notus-scanner-22.5.0.ebuild b/net-analyzer/notus-scanner/notus-scanner-22.5.0.ebuild index 3d2b52bf6bee..630d765d70a5 100644 --- a/net-analyzer/notus-scanner/notus-scanner-22.5.0.ebuild +++ b/net-analyzer/notus-scanner/notus-scanner-22.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1 systemd |