Add BuildRequires
This commit is contained in:
parent
d85e30c94a
commit
e90b2b64b9
@ -1,9 +1,9 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-cliff
|
Name: python-cliff
|
||||||
Version: 3.5.0
|
Version: 3.5.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Command Line Interface Formulation Framework
|
Summary: Command Line Interface Formulation Framework
|
||||||
License: Apache Software License
|
License: Apache-2.0
|
||||||
URL: https://docs.openstack.org/cliff/latest/
|
URL: https://docs.openstack.org/cliff/latest/
|
||||||
Source0: https://files.pythonhosted.org/packages/eb/ac/f4a5fd1845521e64a0d2224ceb65d81d8dccfb845ed1ccb3918f67836b44/cliff-3.5.0.tar.gz
|
Source0: https://files.pythonhosted.org/packages/eb/ac/f4a5fd1845521e64a0d2224ceb65d81d8dccfb845ed1ccb3918f67836b44/cliff-3.5.0.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -24,6 +24,8 @@ Summary: Command Line Interface Formulation Framework
|
|||||||
Provides: python-cliff
|
Provides: python-cliff
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
|
BuildRequires: python3-pip
|
||||||
|
BuildRequires: python3-pbr
|
||||||
%description -n python3-cliff
|
%description -n python3-cliff
|
||||||
|
|
||||||
|
|
||||||
@ -74,5 +76,7 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 30 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