commit: 668a0debea94296e9c052caeff72c7ff509a1334
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 12 21:40:49 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 09:45:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=668a0deb
dev-python/oslo-privsep: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/oslo-privsep/oslo-privsep-1.29.2.ebuild | 2 +-
dev-python/oslo-privsep/oslo-privsep-1.32.1.ebuild | 2 +-
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 8bbb30abd5a..c88710fe0ee 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 833c4b1371a..3a3b7bad087 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 16c7f7e0fc8..af60fbecb5c 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