modify buildrequires to resolve build issue

This commit is contained in:
kkz 2022-03-04 10:55:37 +08:00
parent 50fef73cb9
commit 4565a24d37

View File

@ -1,16 +1,16 @@
Name: python-pytest-shutil Name: python-pytest-shutil
Version: 1.2.6 Version: 1.2.6
Release: 9 Release: 10
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
Source0: https://files.pythonhosted.org/packages/f4/6c/c536c7bf1bd1d6a385eef074f581d513b4a5525b2bd5cc763f4870d66516/pytest-shutil-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/f4/6c/c536c7bf1bd1d6a385eef074f581d513b4a5525b2bd5cc763f4870d66516/pytest-shutil-%{version}.tar.gz
Patch0000: 0001-modified-path-to-fix-testcase.patch 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-setuptools_git python3-six BuildRequires: python3-path python3-pytest python3-pip
%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
* Fri Mar 4 2022 zhaoshuang<zhaoshuang@uniontech.com> - 1.2.6-10
- modify buildrequires to resolve build issue
* Thu Sep 10 2020 Ge Wang<wangge20@huawei.com> - 1.2.6-9 * Thu Sep 10 2020 Ge Wang<wangge20@huawei.com> - 1.2.6-9
- Modify Source0 Url - Modify Source0 Url