add buildrequire for tests

This commit is contained in:
Jason Montleon 2021-12-30 15:15:35 -05:00
commit 8555aaefc5

View file

@ -23,6 +23,7 @@ It is a derivative of Kirill Simonovs PyYAML 3.11
%package -n python%{python3_pkgversion}-%{pname} %package -n python%{python3_pkgversion}-%{pname}
Summary: YAML 1.2 loader/dumper package for Python Summary: YAML 1.2 loader/dumper package for Python
BuildRequires: python%{python3_pkgversion}-ruamel-yaml-clib
BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python%{python3_pkgversion}-setuptools
# For tests # For tests