Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/notify2/
Date: Fri, 21 Feb 2020 13:59:33
Message-Id: 1582293548.e087ede55b6265b3979a759fb349d41ee4e45b9e.mgorny@gentoo
1 commit: e087ede55b6265b3979a759fb349d41ee4e45b9e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 21 12:08:33 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 21 13:59:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e087ede5
7
8 dev-python/notify2: Set DISTUTILS_USE_SETUPTOOLS
9
10 Closes: https://bugs.gentoo.org/709966
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/notify2/notify2-0.3.1-r1.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/dev-python/notify2/notify2-0.3.1-r1.ebuild b/dev-python/notify2/notify2-0.3.1-r1.ebuild
17 index bce48f799b8..d91edd3ff6a 100644
18 --- a/dev-python/notify2/notify2-0.3.1-r1.ebuild
19 +++ b/dev-python/notify2/notify2-0.3.1-r1.ebuild
20 @@ -2,6 +2,8 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 +
25 +DISTUTILS_USE_SETUPTOOLS=no
26 PYTHON_COMPAT=( python{2_7,3_6,3_7} )
27
28 inherit distutils-r1 virtualx