!6 解决python-ptyprocess在master分支编译失败 eorror:file not foud .... -py?.?.egg-info

From: @penelope_y 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-04-01 09:42:26 +00:00 committed by Gitee
commit f48ed7fc0c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%global with_tests 0%{?_with_tests:1}
Name: python-ptyprocess
Version: 0.7.0
Release: 1
Release: 2
Summary: Run a subprocess in a pseudo terminal
License: ISC
URL: https://github.com/pexpect/ptyprocess
@ -52,9 +52,12 @@ LC_ALL=en_US.UTF-8 \
%files -n python%{python3_pkgversion}-ptyprocess
%doc LICENSE README.rst
%{python3_sitelib}/ptyprocess/
%{python3_sitelib}/ptyprocess-%{version}-py?.?.egg-info
%{python3_sitelib}/ptyprocess-%{version}-py%{python3_version}.egg-info
%changelog
* Fri Apr 01 2022 yangping <yangping69@huawei.com> - 0.7.0-2
- Fix build error caused by py3.10+ wildcard
* Thu Jul 15 2021 OpenStack_SIG <openstack@openeuler.org> - 0.7.0-1
- update version to 0.7.0