From 6736f792f3abc8c2df32a441d9f01782685f035f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E5=B0=8F=E5=93=A5?= Date: Wed, 5 Jan 2022 07:34:15 +0000 Subject: [PATCH] add python3-sortedcontainers to Buildrequires (cherry picked from commit a1e2e229944cfc029ea799609273b75dcefdcf89) --- python-dateutil.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/python-dateutil.spec b/python-dateutil.spec index a7c28a6..afe305e 100644 --- a/python-dateutil.spec +++ b/python-dateutil.spec @@ -3,7 +3,7 @@ Name: python-dateutil Version: 2.8.2 -Release: 1 +Release: 2 Epoch: 1 Summary: Powerful extensions to datetime License: Apache 2.0 or BSD or Python @@ -18,7 +18,8 @@ Buildrequires: gdb %package -n python3-%{_name} Summary: %{summary} -Buildrequires: python3-devel python3-setuptools python3-setuptools_scm python3-six python3-pytest python3-freezegun python3-hypothesis +Buildrequires: python3-devel python3-setuptools python3-setuptools_scm python3-six +Buildrequires: python3-pytest python3-freezegun python3-hypothesis python3-sortedcontainers Requires: python3-six tzdata %{?python_provide:%python_provide python3-%{_name}} @@ -53,7 +54,13 @@ export LANG=en_US.UTF-8 %doc NEWS PKG-INFO RELEASING %changelog -*Sat Nov 13 2021 liudabo - 2.8.2-1 +* Wed Jan 05 2022 shixuantong - 2.8.2-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add python3-sortedcontainers to Buildrequires + +* Sat Nov 13 2021 liudabo - 2.8.2-1 - Type:NA - ID:NA - SUG:NA -- Gitee