From afa3cdd44a11585c43f99489e35caadf28746b5e Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 16 Oct 2019 15:46:43 +0900 Subject: [PATCH] Fix build error at python 3.7.3 aarch64 Change python macro at spec file python3-sitelib -> python3-sitearch Change-Id: I2158ac6151fa6cd09397ef35f630f83db743049e Signed-off-by: DongHun Kwak --- packaging/yaca.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/yaca.spec b/packaging/yaca.spec index 0419bb4..665da8c 100644 --- a/packaging/yaca.spec +++ b/packaging/yaca.spec @@ -36,7 +36,7 @@ make -k %{?jobs:-j%jobs} %install %make_install -%py3_compile %{buildroot}/%{python3_sitelib} +%py3_compile %{buildroot}/%{python3_sitearch} %clean rm -rf %{buildroot} @@ -78,4 +78,4 @@ Requires: yaca = %{version}-%{release} The package provides Yet Another Crypto API bindings for Python3. %files -n python3-yaca -%{python3_sitelib}/%{name} +%{python3_sitearch}/%{name} -- 2.7.4