diff options
author | Jonas Licht <jonas.licht@fem.tu-ilmenau.de> | 2020-08-10 15:29:56 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-08-21 10:14:43 +0300 |
commit | 1826981dc1a6bf443a3752eecd037712569355b0 (patch) | |
tree | fbb077c1336ecf2fd795dba1bcdb66173e718336 /net-analyzer/ospd | |
parent | net-analyzer/python-gvm: version bump to 1.6.0 (diff) | |
download | gentoo-1826981dc1a6bf443a3752eecd037712569355b0.tar.gz gentoo-1826981dc1a6bf443a3752eecd037712569355b0.tar.bz2 gentoo-1826981dc1a6bf443a3752eecd037712569355b0.zip |
net-analyzer/ospd: update python targets
Closes: https://bugs.gentoo.org/736625
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Jonas Licht <jonas.licht@fem.tu-ilmenau.de>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-analyzer/ospd')
-rw-r--r-- | net-analyzer/ospd/ospd-2.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/ospd/ospd-2.0.1.ebuild b/net-analyzer/ospd/ospd-2.0.1.ebuild index da7709abcf99..67790c9260cd 100644 --- a/net-analyzer/ospd/ospd-2.0.1.ebuild +++ b/net-analyzer/ospd/ospd-2.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_USE_SETUPTOOLS=pyproject.toml inherit distutils-r1 |