From 86ee908a6cc4f3e7372cce31161ecbd0cbb40b70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 7 Jan 2020 19:38:37 +0100 Subject: [PATCH] Drop --single-version-externally-managed, it breaks the build See also https://src.fedoraproject.org/rpms/python-rpm-macros/pull-request/34 The change in python-rpm-macros broke passing arguments like this, however it was not needed here. --- python-enchant.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-enchant.spec b/python-enchant.spec index 4715beb..b6a03a9 100644 --- a/python-enchant.spec +++ b/python-enchant.spec @@ -47,8 +47,8 @@ find . -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|' %py3_build %install -%py3_install \ - --single-version-externally-managed +%py3_install + # Directories used in windows build rm -rf $RPM_BUILD_ROOT/%{python3_sitelib}/%{srcname}/lib rm -rf $RPM_BUILD_ROOT/%{python3_sitelib}/%{srcname}/share