commit: e087ede55b6265b3979a759fb349d41ee4e45b9e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Feb 21 12:08:33 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Feb 21 13:59:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e087ede5
dev-python/notify2: Set DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/709966 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/notify2/notify2-0.3.1-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/notify2/notify2-0.3.1-r1.ebuild b/dev-python/notify2/notify2-0.3.1-r1.ebuild index bce48f799b8..d91edd3ff6a 100644 --- a/dev-python/notify2/notify2-0.3.1-r1.ebuild +++ b/dev-python/notify2/notify2-0.3.1-r1.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 + +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python{2_7,3_6,3_7} ) inherit distutils-r1 virtualx