From 376033cadd0f1f1e34297767751dfb19c6ec8ca2690a1109a061e3bc4ec65e1d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 7 Sep 2023 07:09:39 +0000 Subject: [PATCH] - remove unneeded GitPython dependency OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dateparser?expand=0&rev=34 --- python-dateparser.changes | 5 +++++ python-dateparser.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-dateparser.changes b/python-dateparser.changes index 30ab3ad..7299fdb 100644 --- a/python-dateparser.changes +++ b/python-dateparser.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 7 07:09:28 UTC 2023 - Dirk Müller + +- remove unneeded GitPython dependency + ------------------------------------------------------------------- Fri Apr 21 12:24:07 UTC 2023 - Dirk Müller diff --git a/python-dateparser.spec b/python-dateparser.spec index 5e91ce5..3754bb6 100644 --- a/python-dateparser.spec +++ b/python-dateparser.spec @@ -42,7 +42,6 @@ Recommends: python-langdetect Recommends: python-ruamel.yaml BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module GitPython} BuildRequires: %{python_module convertdate} BuildRequires: %{python_module fasttext} BuildRequires: %{python_module langdetect}