diff --git a/python-ijson/python-ijson.spec b/python-ijson/python-ijson.spec index 1f8dba9..fd068da 100644 --- a/python-ijson/python-ijson.spec +++ b/python-ijson/python-ijson.spec @@ -13,6 +13,8 @@ Source0: %{pypi_source} BuildRequires: python3-devel BuildRequires: python3dist(setuptools) +BuildRequires: yajl-devel + %description .. image:: @@ -41,8 +43,8 @@ rm -rf %{pypi_name}.egg-info %files -n python3-%{pypi_name} %license LICENSE.txt %doc README.rst -%{python3_sitelib}/%{pypi_name} -%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info +%{python3_sitearch}/%{pypi_name} +%{python3_sitearch}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog * Mon May 24 2021 Alexander Manning - 3.1.4-1