diff options
| author | Michał Górny <mgorny@gentoo.org> | 2020-03-28 21:59:53 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2020-03-28 22:11:03 +0100 |
| commit | cf4a59f1c94e510df84d68c2580b035338b5ab31 (patch) | |
| tree | 3797ed5579993bf6e154116df1c7d1c1f6c61e70 /dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild | |
| parent | 2588455629b6dad8644a786c45816f5ef2f18198 (diff) | |
| download | gentoo-cf4a59f1c94e510df84d68c2580b035338b5ab31.tar.gz gentoo-cf4a59f1c94e510df84d68c2580b035338b5ab31.tar.bz2 gentoo-cf4a59f1c94e510df84d68c2580b035338b5ab31.zip | |
dev-python/python-gflags: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild')
| -rw-r--r-- | dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild b/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild index 35b08f2fdfe9..400d38c38cf1 100644 --- a/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild +++ b/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python{2_7,3_6,3_7} ) inherit distutils-r1 @@ -19,8 +20,7 @@ RDEPEND=" dev-python/six[${PYTHON_USEDEP}]" DEPEND=" - ${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" + ${RDEPEND}" PATCHES=( "${FILESDIR}"/${PN}-3.1.1-script-install.patch |
