add buildRequires to resolve compilation failure
This commit is contained in:
parent
f5057a2825
commit
3fe5d27f22
@ -1,6 +1,6 @@
|
|||||||
Name: python-pytest-shutil
|
Name: python-pytest-shutil
|
||||||
Version: 1.2.6
|
Version: 1.2.6
|
||||||
Release: 10
|
Release: 11
|
||||||
Summary: A goodie-bag of unix shell and environment tools for py.test
|
Summary: A goodie-bag of unix shell and environment tools for py.test
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://pypi.python.org/pypi/pytest-shutil
|
URL: https://pypi.python.org/pypi/pytest-shutil
|
||||||
@ -10,7 +10,7 @@ Patch0000: 0001-modified-path-to-fix-testcase.patch
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python3-contextlib2 python3-devel python3-execnet python3-mock
|
BuildRequires: python3-contextlib2 python3-devel python3-execnet python3-mock
|
||||||
BuildRequires: python3-path python3-pytest python3-pip
|
BuildRequires: python3-path python3-pytest python3-pip python3-setuptools_git
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This library is a goodie-bag of Unix shell and environment management tools for automated tests.
|
This library is a goodie-bag of Unix shell and environment management tools for automated tests.
|
||||||
@ -40,6 +40,9 @@ This library is a goodie-bag of Unix shell and environment management tools for
|
|||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 25 2022 caodongxia<caodongxia@h-partners.com> - 1.2.6-11
|
||||||
|
- add buildRequires to resolve compilation failure
|
||||||
|
|
||||||
* Fri Mar 4 2022 zhaoshuang<zhaoshuang@uniontech.com> - 1.2.6-10
|
* Fri Mar 4 2022 zhaoshuang<zhaoshuang@uniontech.com> - 1.2.6-10
|
||||||
- modify buildrequires to resolve build issue
|
- modify buildrequires to resolve build issue
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user