From f98c81f5fcc651f28503940698f3704c3503094a Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Wed, 18 May 2022 15:59:53 +0800 Subject: [PATCH] Revert "remove unnecessary buildrequires" This reverts commit 3c1b688b832484c76c98dc832cb3ba4370cf8a80. --- python-pact.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/python-pact.spec b/python-pact.spec index b55763a..b8109cc 100644 --- a/python-pact.spec +++ b/python-pact.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-pact Version: 1.12.0 -Release: 2 +Release: 1 Summary: Promises library in Python License: BSD URL: https://github.com/getslash/pact @@ -16,8 +16,12 @@ 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 @@ -73,8 +77,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 03 2022 zhaoshuang - 1.12.0-2 -- remove unnecessary buildrequires - * Fri Aug 06 2021 OpenStack_SIG - 1.12.0-1 - Package Spec generate