add buildrequires
This commit is contained in:
parent
0a11f7a141
commit
ef382e6c08
@ -1,9 +1,9 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-testresources
|
Name: python-testresources
|
||||||
Version: 2.0.1
|
Version: 2.0.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Testresources, a pyunit extension for managing expensive test resources
|
Summary: Testresources, a pyunit extension for managing expensive test resources
|
||||||
License: ASL 2.0
|
License: Apache-2.0
|
||||||
URL: https://launchpad.net/testresources
|
URL: https://launchpad.net/testresources
|
||||||
Source0: https://files.pythonhosted.org/packages/9d/57/8e3986cd95a80dd23195f599befa023eb85d031d2d870c47124fa5ccbf06/testresources-2.0.1.tar.gz
|
Source0: https://files.pythonhosted.org/packages/9d/57/8e3986cd95a80dd23195f599befa023eb85d031d2d870c47124fa5ccbf06/testresources-2.0.1.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -18,6 +18,8 @@ Summary: Testresources, a pyunit extension for managing expensive test resources
|
|||||||
Provides: python-testresources
|
Provides: python-testresources
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
|
BuildRequires: python3-pip
|
||||||
|
BuildRequires: python3-pbr
|
||||||
%description -n python3-testresources
|
%description -n python3-testresources
|
||||||
* Python 2.6+ (or 3.3+)
|
* Python 2.6+ (or 3.3+)
|
||||||
* docutils
|
* docutils
|
||||||
@ -74,5 +76,7 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 28 2021 zhangy <zhangy1317@foxmail.com>
|
||||||
|
- Add buildrequires
|
||||||
* Fri Nov 20 2020 Python_Bot <Python_Bot@openeuler.org>
|
* Fri Nov 20 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user