diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-12 22:40:49 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-13 10:45:51 +0100 |
commit | 668a0debea94296e9c052caeff72c7ff509a1334 (patch) | |
tree | 48bece29abccfe85da4b96df3c26a902f3c57994 /dev-python/oslo-privsep | |
parent | dev-python/oslo-policy: Remove Python 2 support (diff) | |
download | gentoo-668a0debea94296e9c052caeff72c7ff509a1334.tar.gz gentoo-668a0debea94296e9c052caeff72c7ff509a1334.tar.bz2 gentoo-668a0debea94296e9c052caeff72c7ff509a1334.zip |
dev-python/oslo-privsep: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/oslo-privsep')
-rw-r--r-- | dev-python/oslo-privsep/oslo-privsep-1.29.2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/oslo-privsep/oslo-privsep-1.32.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/oslo-privsep/oslo-privsep-1.33.3.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/oslo-privsep/oslo-privsep-1.29.2.ebuild b/dev-python/oslo-privsep/oslo-privsep-1.29.2.ebuild index 8bbb30abd5a7..c88710fe0eea 100644 --- a/dev-python/oslo-privsep/oslo-privsep-1.29.2.ebuild +++ b/dev-python/oslo-privsep/oslo-privsep-1.29.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/oslo-privsep/oslo-privsep-1.32.1.ebuild b/dev-python/oslo-privsep/oslo-privsep-1.32.1.ebuild index 833c4b1371a0..3a3b7bad087a 100644 --- a/dev-python/oslo-privsep/oslo-privsep-1.32.1.ebuild +++ b/dev-python/oslo-privsep/oslo-privsep-1.32.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/oslo-privsep/oslo-privsep-1.33.3.ebuild b/dev-python/oslo-privsep/oslo-privsep-1.33.3.ebuild index 16c7f7e0fc8e..af60fbecb5c2 100644 --- a/dev-python/oslo-privsep/oslo-privsep-1.33.3.ebuild +++ b/dev-python/oslo-privsep/oslo-privsep-1.33.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |