!2 Fix issue: I7PLLU OBS编译失败,影响其他包引用

From: @desert-sailor 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-08-01 07:16:30 +00:00 committed by Gitee
commit 628213f351
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 0.1.1
Release: 1
Release: 2
Summary: It preserves the original whitespace between tokens.
License: MIT
@ -40,9 +40,12 @@ Untokenize transforms tokens into source code. Unlike the standard librarys t
%files -n python3-%{pypi_name}
%doc README.rst
%{python3_sitelib}/untokenize.py
%{python3_sitelib}/__pycache__/untokenize.cpython-310*
%{python3_sitelib}/__pycache__/untokenize.*
%{python3_sitelib}/untokenize-0.1.1.dist-info/
%changelog
* Tue Aug 1 2023 Dongxing Wang <dxwangk@isoftstone.com> - 0.1.1-2
- fix obs error caused by file no found
* Mon Jun 26 2023 zoujiancang <jczou@isoftstone.com> - 0.1.1-1
- Initial package