diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-31 00:36:06 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-31 01:06:37 +0100 |
commit | d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a (patch) | |
tree | d0dbf038e99c25e5a3060c2ff646102555e6801e /net-analyzer/python-gvm | |
parent | profiles: Clean py2.7 leftovers (diff) | |
download | gentoo-d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a.tar.gz gentoo-d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a.tar.bz2 gentoo-d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a.zip |
*/*: Remove obsolete values from PYTHON_COMPAT
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer/python-gvm')
-rw-r--r-- | net-analyzer/python-gvm/python-gvm-1.1.0.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/python-gvm/python-gvm-1.2.0.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/python-gvm/python-gvm-1.5.0.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/python-gvm/python-gvm-1.1.0.ebuild b/net-analyzer/python-gvm/python-gvm-1.1.0.ebuild index 9a52388287f5..0fe7c72c9a91 100644 --- a/net-analyzer/python-gvm/python-gvm-1.1.0.ebuild +++ b/net-analyzer/python-gvm/python-gvm-1.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 DESCRIPTION="Greenbone Vulnerability Management Python Library" diff --git a/net-analyzer/python-gvm/python-gvm-1.2.0.ebuild b/net-analyzer/python-gvm/python-gvm-1.2.0.ebuild index 8643fbe95e03..940c6ebd495a 100644 --- a/net-analyzer/python-gvm/python-gvm-1.2.0.ebuild +++ b/net-analyzer/python-gvm/python-gvm-1.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 DESCRIPTION="Greenbone Vulnerability Management Python Library" diff --git a/net-analyzer/python-gvm/python-gvm-1.5.0.ebuild b/net-analyzer/python-gvm/python-gvm-1.5.0.ebuild index 8f7d966921fb..9bb049760a2a 100644 --- a/net-analyzer/python-gvm/python-gvm-1.5.0.ebuild +++ b/net-analyzer/python-gvm/python-gvm-1.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) DISTUTILS_USE_SETUPTOOLS=pyproject.toml inherit distutils-r1 |