From 129f0ab075519fd121e14facd890d7497f7ff653 Mon Sep 17 00:00:00 2001 From: Alexander Manning Date: Tue, 25 May 2021 11:50:11 +0100 Subject: [PATCH] tox2 --- python-ijson/python-ijson.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-ijson/python-ijson.spec b/python-ijson/python-ijson.spec index eba0739..a01c28d 100644 --- a/python-ijson/python-ijson.spec +++ b/python-ijson/python-ijson.spec @@ -13,6 +13,7 @@ Source0: %{pypi_source} BuildRequires: python3-devel BuildRequires: python3dist(setuptools) +BuildRquires: yajl BuildRequires: yajl-devel BuildRequires: python3-tox @@ -42,7 +43,7 @@ rm -rf %{pypi_name}.egg-info %py3_install %check -tox -e py3 +tox -e py3 --sitepackages #{__python3} setup.py test %files -n python3-%{pypi_name}