From b9317a450cc4b7a0195a647147a1c9cde91a855d Mon Sep 17 00:00:00 2001 From: Ivan Zakharyaschev Date: Tue, 3 Jul 2018 13:59:09 +0300 Subject: [PATCH] (.spec) Opt out of the extra Python setuptools build requirement Particularly, this is useful for bootstrap. This extra build requirement is imposed by recent rpm-build-python* for the convenience of maintainers of Python packages. (rpm-build-python-0.37.0-alt1 , rpm-build-python3-0.1.13-alt1) --- alt/rpm.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/alt/rpm.spec b/alt/rpm.spec index 9254623..da6a58b 100644 --- a/alt/rpm.spec +++ b/alt/rpm.spec @@ -275,7 +275,9 @@ done; %make_build pushd python +%define python_setup_buildrequires %nil %python_build +%define python3_setup_buildrequires %nil %python3_build popd -- 2.10.4