fix module 'py' has no attribute 'test'
Signed-off-by: cherry530 <707078654@qq.com>
This commit is contained in:
parent
14df1ff601
commit
4da6419974
@ -1,6 +1,6 @@
|
|||||||
Name: python-execnet
|
Name: python-execnet
|
||||||
Version: 1.9.0
|
Version: 1.9.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Rapid multi-Python deployment
|
Summary: Rapid multi-Python deployment
|
||||||
License: MIT and GPLv2+
|
License: MIT and GPLv2+
|
||||||
URL: http://codespeak.net/execnet
|
URL: http://codespeak.net/execnet
|
||||||
@ -17,7 +17,7 @@ write scripts to administer multiple hosts
|
|||||||
%package -n python3-execnet
|
%package -n python3-execnet
|
||||||
Summary: Rapid multi-Python deployment
|
Summary: Rapid multi-Python deployment
|
||||||
BuildRequires: python3-apipkg python3-devel python3-pytest python3-setuptools
|
BuildRequires: python3-apipkg python3-devel python3-pytest python3-setuptools
|
||||||
BuildRequires: python3-setuptools_scm python3-sphinx
|
BuildRequires: python3-setuptools_scm python3-sphinx python3-py
|
||||||
%{?python_provide:%python_provide python3-execnet}
|
%{?python_provide:%python_provide python3-execnet}
|
||||||
|
|
||||||
%description -n python3-execnet
|
%description -n python3-execnet
|
||||||
@ -54,6 +54,9 @@ PYTHONPATH=$(pwd) LC_ALL="en_US.UTF-8" py.test-%{python3_version} -r s -k 'not t
|
|||||||
%{python3_sitelib}/execnet*
|
%{python3_sitelib}/execnet*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 05 2023 xu_ping <707078654@qq.com> - 1.9.0-2
|
||||||
|
- Add Buildrequires python3-py to fix module 'py' has no attribute 'test'
|
||||||
|
|
||||||
* Fri May 27 2022 OpenStack_SIG <openstack@openeuler.org> - 1.9.0-1
|
* Fri May 27 2022 OpenStack_SIG <openstack@openeuler.org> - 1.9.0-1
|
||||||
- Upgrade package python3-execnet to version 1.9.0
|
- Upgrade package python3-execnet to version 1.9.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user