From: DongHun Kwak Date: Wed, 16 Oct 2019 06:46:43 +0000 (+0900) Subject: Fix build error at python 3.7.3 aarch64 X-Git-Tag: accepted/tizen/5.5/unified/20191031.022057^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_5.5_unified_wearable_hotfix;p=platform%2Fcore%2Fsecurity%2Fyaca.git 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 --- 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}