commit: 1a77604b3472ac5b4e219e96dac26ebcb9c03f5e Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Mon Oct 5 09:29:18 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sun Oct 11 09:29:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a77604b
app-text/xlsx2csv: correct DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/746653 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild b/app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild index 804e56281af..bb4698b812d 100644 --- a/app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild +++ b/app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild @@ -5,6 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6..9} ) PYTHON_REQ_USE="xml" +DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1
