diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-21 13:08:33 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-21 14:59:08 +0100 |
commit | e087ede55b6265b3979a759fb349d41ee4e45b9e (patch) | |
tree | f354c71b78c1c64abee57eb96297e53d21d253f6 /dev-python/notify2 | |
parent | dev-python/pyaes: Set DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-e087ede55b6265b3979a759fb349d41ee4e45b9e.tar.gz gentoo-e087ede55b6265b3979a759fb349d41ee4e45b9e.tar.bz2 gentoo-e087ede55b6265b3979a759fb349d41ee4e45b9e.zip |
dev-python/notify2: Set DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/709966
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/notify2')
-rw-r--r-- | dev-python/notify2/notify2-0.3.1-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/notify2/notify2-0.3.1-r1.ebuild b/dev-python/notify2/notify2-0.3.1-r1.ebuild index bce48f799b80..d91edd3ff6af 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 |