remove unnecessary buildrequirement
This commit is contained in:
parent
c48d7f80cb
commit
8cb2d37e56
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-pecan
|
Name: python-pecan
|
||||||
Version: 1.3.3
|
Version: 1.3.3
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A WSGI object-dispatching web framework, designed to be lean and fast, with few dependencies.
|
Summary: A WSGI object-dispatching web framework, designed to be lean and fast, with few dependencies.
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://github.com/pecan/pecan
|
URL: http://github.com/pecan/pecan
|
||||||
@ -16,14 +16,6 @@ Summary: A WSGI object-dispatching web framework, designed to be lean and
|
|||||||
Provides: python-pecan
|
Provides: python-pecan
|
||||||
# Base build requires
|
# Base build requires
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
|
||||||
BuildRequires: python3-pbr
|
|
||||||
BuildRequires: python3-pip
|
|
||||||
BuildRequires: python3-wheel
|
|
||||||
BuildRequires: python3-logutils
|
|
||||||
BuildRequires: python3-mako
|
|
||||||
BuildRequires: python3-webob
|
|
||||||
BuildRequires: python3-webtest
|
|
||||||
Requires: python3-logutils
|
Requires: python3-logutils
|
||||||
Requires: python3-mako
|
Requires: python3-mako
|
||||||
Requires: python3-webob
|
Requires: python3-webob
|
||||||
@ -87,6 +79,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 2 2022 zhaoshuang <zhaoshuang@uniontech.com> - 1.3.3-2
|
||||||
|
- remove some unnecessary buildrequirements
|
||||||
|
|
||||||
* Wed Jul 14 2021 OpenStack_SIG <openstack@openeuler.org> - 1.3.3-1
|
* Wed Jul 14 2021 OpenStack_SIG <openstack@openeuler.org> - 1.3.3-1
|
||||||
- update the vertion to 1.3.3
|
- update the vertion to 1.3.3
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user