remove unnecessary buildrequires

This commit is contained in:
kkz 2022-03-03 17:11:53 +08:00
parent 4e17c2ef74
commit 3c1b688b83

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-pact
Version: 1.12.0
Release: 1
Release: 2
Summary: Promises library in Python
License: BSD
URL: https://github.com/getslash/pact
@ -16,12 +16,8 @@ Provides: python-pact
# Base build requires
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pbr
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-waiting
BuildRequires: python3-logbook
BuildRequires: python3-flux
BuildRequires: python3-pytest
%description -n python3-pact
Promises library in Python
@ -77,5 +73,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Thu Mar 03 2022 zhaoshuang <zhaoshuang@uniontech.com> - 1.12.0-2
- remove unnecessary buildrequires
* Fri Aug 06 2021 OpenStack_SIG <openstack@openeuler.org> - 1.12.0-1
- Package Spec generate