yajl
This commit is contained in:
parent
6f519dc0d7
commit
e7f300b1ab
1 changed files with 4 additions and 2 deletions
|
@ -13,6 +13,8 @@ Source0: %{pypi_source}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3dist(setuptools)
|
BuildRequires: python3dist(setuptools)
|
||||||
|
|
||||||
|
BuildRequires: yajl-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
.. image::
|
.. image::
|
||||||
|
|
||||||
|
@ -41,8 +43,8 @@ rm -rf %{pypi_name}.egg-info
|
||||||
%files -n python3-%{pypi_name}
|
%files -n python3-%{pypi_name}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python3_sitelib}/%{pypi_name}
|
%{python3_sitearch}/%{pypi_name}
|
||||||
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
|
%{python3_sitearch}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon May 24 2021 Alexander Manning <mail@alex-m.co.uk> - 3.1.4-1
|
* Mon May 24 2021 Alexander Manning <mail@alex-m.co.uk> - 3.1.4-1
|
||||||
|
|
Loading…
Reference in a new issue