From a711aee7c597fd5c171b2b3db6185056a9d63c77a07a07a7dca590e9812de1e7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 30 Nov 2021 08:22:37 +0000 Subject: [PATCH] - add pyparsing dependency OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=94 --- python-httplib2.changes | 5 +++++ python-httplib2.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-httplib2.changes b/python-httplib2.changes index 31d2b10..e99abdb 100644 --- a/python-httplib2.changes +++ b/python-httplib2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 30 08:22:25 UTC 2021 - Dirk Müller + +- add pyparsing dependency + ------------------------------------------------------------------- Mon Nov 29 10:55:53 UTC 2021 - Dirk Müller diff --git a/python-httplib2.spec b/python-httplib2.spec index b7be828..c52a4f9 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -31,6 +31,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: ca-certificates Requires: python-certifi +Requires: python-pyparsing >= 2.4.2 BuildArch: noarch %if %{with tests} # Test requirements (for ssl module):