Change python macro at spec file
python3-sitelib -> python3-sitearch
Change-Id: I2158ac6151fa6cd09397ef35f630f83db743049e
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
%install
%make_install
-%py3_compile %{buildroot}/%{python3_sitelib}
+%py3_compile %{buildroot}/%{python3_sitearch}
%clean
rm -rf %{buildroot}
The package provides Yet Another Crypto API bindings for Python3.
%files -n python3-yaca
-%{python3_sitelib}/%{name}
+%{python3_sitearch}/%{name}