From e7f300b1abb225fd8362112bbd364e286a57a8a8 Mon Sep 17 00:00:00 2001 From: Alexander Manning Date: Tue, 25 May 2021 11:32:05 +0100 Subject: [PATCH] yajl --- python-ijson/python-ijson.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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