From aba1caaddd0e3f9b2f85432156cb3d353793af1b57caffdc559fafe4e5a66da1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Nov 2021 10:09:47 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smpplib?expand=0&rev=5 --- python-smpplib.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-smpplib.spec b/python-smpplib.spec index 8863097..e574536 100644 --- a/python-smpplib.spec +++ b/python-smpplib.spec @@ -28,6 +28,7 @@ URL: https://pypi.org/project/smpplib/ #Git-Clone: https://github.com/python-smpplib/python-smpplib.git Source: https://github.com/python-smpplib/python-smpplib/archive/%{version}.tar.gz#/smpplib-%{version}.tar.gz BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module six} BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module pytest} From 95eb2bf3bac014c5dae625fbe96f576a497ebc1a08908d604e0a6412aee64e30 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Nov 2021 10:09:57 +0000 Subject: [PATCH 2/2] - add missing six buildrequires OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smpplib?expand=0&rev=6 --- python-smpplib.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-smpplib.changes b/python-smpplib.changes index b4af32c..e580258 100644 --- a/python-smpplib.changes +++ b/python-smpplib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 8 10:09:48 UTC 2021 - Dirk Müller + +- add missing six buildrequires + ------------------------------------------------------------------- Mon Oct 25 19:33:46 UTC 2021 - Martin Hauke