From c8a23bf17aaa8c0e473763e48b9a44db035c5485 Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Fri, 29 Jan 2021 11:11:50 +0800 Subject: [PATCH] Add BuildRequires --- python-jsonpath-rw-ext.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-jsonpath-rw-ext.spec b/python-jsonpath-rw-ext.spec index 593166d..e0d6e48 100644 --- a/python-jsonpath-rw-ext.spec +++ b/python-jsonpath-rw-ext.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-jsonpath-rw-ext Version: 1.2.2 -Release: 1 +Release: 2 Summary: Extensions for JSONPath RW License: Apache-2.0 URL: https://github.com/sileht/python-jsonpath-rw-ext @@ -19,6 +19,8 @@ Summary: Extensions for JSONPath RW Provides: python-jsonpath-rw-ext BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-pbr %description -n python3-jsonpath-rw-ext @@ -69,5 +71,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jan 29 2021 zhangy +- Add buildrequires * Mon Nov 23 2020 Python_Bot - Package Spec generated