dev-python/notify2: Set DISTUTILS_USE_SETUPTOOLS
authorMichał Górny <mgorny@gentoo.org>
Fri, 21 Feb 2020 12:08:33 +0000 (13:08 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 21 Feb 2020 13:59:08 +0000 (14:59 +0100)
Closes: https://bugs.gentoo.org/709966
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/notify2/notify2-0.3.1-r1.ebuild

index bce48f799b80146f7667a58eebe9dcaa82afb83a..d91edd3ff6af3ec56c1392c3e02bf66f851d5f1c 100644 (file)
@@ -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