fix python-sitelib-glob-in-files
Some checks failed
obs/scm/build

This commit is contained in:
Markéta Calábková 2024-09-24 14:37:59 +02:00
parent 2ab223c95e
commit da370b8add

View File

@ -17,7 +17,6 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define _pkgname celery-batches
Name: python-%{_pkgname}
Version: 0.9
@ -63,6 +62,7 @@ with any other form application.
%files %{python_files}
%doc README.rst CHANGELOG.rst
%license LICENSE
%{python_sitelib}/*
%{python_sitelib}/celery_batches
%{python_sitelib}/celery_batches-%{version}*info
%changelog