From e2ab0ee26d3ed54027a92d241f718328bf874359 Mon Sep 17 00:00:00 2001 From: hht8 Date: Tue, 1 Jun 2021 14:55:33 +0800 Subject: [PATCH] Completing build dependencies --- python-wrapt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-wrapt.spec b/python-wrapt.spec index 850ddb1..5d53e64 100644 --- a/python-wrapt.spec +++ b/python-wrapt.spec @@ -1,12 +1,12 @@ Name: python-wrapt Version: 1.12.1 -Release: 1 +Release: 2 Summary: A Python module for decorators, wrappers and monkey patching License: BSD URL: https://github.com/GrahamDumpleton/wrapt Source0: https://github.com/GrahamDumpleton/wrapt/archive/%{version}.tar.gz#/wrapt-%{version}.tar.gz -BuildRequires: python3-devel python3-sphinx +BuildRequires: python3-devel python3-sphinx gcc %description The aim of the wrapt module is to provide a transparent object proxy for Python, @@ -54,6 +54,9 @@ cd - %doc docs/build/html %changelog +* Mon May 31 2021 huanghaitao - 1.12.1-2 +- Completing build dependencies + * Wed Oct 14 2020 Zhipeng Xie - 1.12.1-1 - upgrade to 1.12.1 -- Gitee