fix build error caused by py3.10+ wildcard
This commit is contained in:
parent
4b82e9afe1
commit
40384a37b7
@ -1,7 +1,7 @@
|
|||||||
%global with_tests 0%{?_with_tests:1}
|
%global with_tests 0%{?_with_tests:1}
|
||||||
Name: python-ptyprocess
|
Name: python-ptyprocess
|
||||||
Version: 0.7.0
|
Version: 0.7.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Run a subprocess in a pseudo terminal
|
Summary: Run a subprocess in a pseudo terminal
|
||||||
License: ISC
|
License: ISC
|
||||||
URL: https://github.com/pexpect/ptyprocess
|
URL: https://github.com/pexpect/ptyprocess
|
||||||
@ -52,9 +52,12 @@ LC_ALL=en_US.UTF-8 \
|
|||||||
%files -n python%{python3_pkgversion}-ptyprocess
|
%files -n python%{python3_pkgversion}-ptyprocess
|
||||||
%doc LICENSE README.rst
|
%doc LICENSE README.rst
|
||||||
%{python3_sitelib}/ptyprocess/
|
%{python3_sitelib}/ptyprocess/
|
||||||
%{python3_sitelib}/ptyprocess-%{version}-py?.?.egg-info
|
%{python3_sitelib}/ptyprocess-%{version}-py%{python3_version}.egg-info
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 15 2021 OpenStack_SIG <openstack@openeuler.org> - 0.7.0-1
|
||||||
- update version to 0.7.0
|
- update version to 0.7.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user