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 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}