!9 【轻量级 PR】:Adds pbr/pip as buildrequires
From: @huangtianhua Reviewed-by: @xiyuanwang Signed-off-by: @xiyuanwang
This commit is contained in:
commit
ad91d26c0a
@ -1,16 +1,13 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-futurist
|
Name: python-futurist
|
||||||
Version: 2.3.0
|
Version: 2.3.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Useful additions to futures, from the future.
|
Summary: Useful additions to futures, from the future.
|
||||||
License: Apache Software License
|
License: Apache Software License
|
||||||
URL: https://docs.openstack.org/futurist/latest/
|
URL: https://docs.openstack.org/futurist/latest/
|
||||||
Source0: https://files.pythonhosted.org/packages/31/10/b10d828d056c66f89df8d6f408580108731b09ecfe3c00b92c5421003a9b/futurist-2.3.0.tar.gz
|
Source0: https://files.pythonhosted.org/packages/31/10/b10d828d056c66f89df8d6f408580108731b09ecfe3c00b92c5421003a9b/futurist-2.3.0.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python3-pbr
|
|
||||||
Requires: python3-six
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Useful additions to futures, from the future.
|
Useful additions to futures, from the future.
|
||||||
|
|
||||||
@ -19,17 +16,19 @@ Summary: Useful additions to futures, from the future.
|
|||||||
Provides: python-futurist
|
Provides: python-futurist
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
|
BuildRequires: python3-pbr
|
||||||
|
BuildRequires: python3-pip
|
||||||
|
Requires: python3-pbr
|
||||||
|
Requires: python3-six
|
||||||
%description -n python3-futurist
|
%description -n python3-futurist
|
||||||
Useful additions to futures, from the future.
|
Useful additions to futures, from the future.
|
||||||
|
|
||||||
|
|
||||||
%package help
|
%package help
|
||||||
Summary: Development documents and examples for futurist
|
Summary: Development documents and examples for futurist
|
||||||
Provides: python3-futurist-doc
|
Provides: python3-futurist-doc
|
||||||
%description help
|
%description help
|
||||||
Useful additions to futures, from the future. (docs)
|
Useful additions to futures, from the future. (docs)
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n futurist-2.3.0
|
%autosetup -n futurist-2.3.0
|
||||||
|
|
||||||
@ -71,5 +70,7 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 1 2021 huangtianhua <huangtianhua@huawei.com> - 2.3.0-2
|
||||||
|
- Adds pbr/pip as buildrequires
|
||||||
* Sat Nov 21 2020 Python_Bot <Python_Bot@openeuler.org>
|
* Sat Nov 21 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user