Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-manager/
Date: Wed, 07 Oct 2020 20:45:06
Message-Id: 1602103498.cc06aea2efdfe16f09ea88eb1ead9f85e82e6dcd.whissi@gentoo
1 commit: cc06aea2efdfe16f09ea88eb1ead9f85e82e6dcd
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 7 20:35:53 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 7 20:44:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc06aea2
7
8 app-emulation/virt-manager: drop Python 3.6 support
9
10 Fixes: dca9e8b1248 ("dev-python/libvirt-python: drop old")
11 Package-Manager: Portage-3.0.8, Repoman-3.0.1
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 app-emulation/virt-manager/virt-manager-2.2.1-r3.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-emulation/virt-manager/virt-manager-2.2.1-r3.ebuild b/app-emulation/virt-manager/virt-manager-2.2.1-r3.ebuild
18 index 2297b799d92..d652192107a 100644
19 --- a/app-emulation/virt-manager/virt-manager-2.2.1-r3.ebuild
20 +++ b/app-emulation/virt-manager/virt-manager-2.2.1-r3.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=6
24
25 -PYTHON_COMPAT=( python3_{6,7,8} )
26 +PYTHON_COMPAT=( python3_{7,8} )
27 DISTUTILS_SINGLE_IMPL=1
28
29 DISTUTILS_USE_SETUPTOOLS=no