diff options
author | 2024-04-23 17:44:49 +0200 | |
---|---|---|
committer | 2024-06-02 11:30:57 +0300 | |
commit | 9bdd8ba1d71db4c6d7d769ea2b54142f8f8d4722 (patch) | |
tree | b2fe8d69b2c7718bed73bac3d9e153c7048dea11 /net-analyzer | |
parent | media-libs/openexr: add 3.2.4 (diff) | |
download | gentoo-9bdd8ba1d71db4c6d7d769ea2b54142f8f8d4722.tar.gz gentoo-9bdd8ba1d71db4c6d7d769ea2b54142f8f8d4722.tar.bz2 gentoo-9bdd8ba1d71db4c6d7d769ea2b54142f8f8d4722.zip |
net-analyzer/wtfis: enable py3.12
Closes: https://bugs.gentoo.org/929686
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wtfis/wtfis-0.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/wtfis/wtfis-0.8.0.ebuild b/net-analyzer/wtfis/wtfis-0.8.0.ebuild index eb5e05b23963..08106d305363 100644 --- a/net-analyzer/wtfis/wtfis-0.8.0.ebuild +++ b/net-analyzer/wtfis/wtfis-0.8.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots" |