Matej Cepl 2023-10-10 13:53:48 +00:00 committed by Git OBS Bridge
parent 344ea25263
commit d3a7ff5fd2

View File

@ -17,7 +17,6 @@
%define srcname gast
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-gast
Version: 0.5.4
@ -56,7 +55,8 @@ as produced by ``ast.parse`` from the standard ``ast`` module.
%pyunittest discover -v tests
%files %{python_files}
%{python_sitelib}/*
%{python_sitelib}/gast
%{python_sitelib}/gast-%{version}*-info
%doc README.rst
%license LICENSE