diff --git a/python-livereload.changes b/python-livereload.changes index cb45de2..7805ddd 100644 --- a/python-livereload.changes +++ b/python-livereload.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 8 11:38:41 UTC 2021 - Dirk Müller + +- add six dependency for tests + ------------------------------------------------------------------- Fri Sep 17 06:34:21 UTC 2021 - Steve Kowalik diff --git a/python-livereload.spec b/python-livereload.spec index 369d6e7..bd490c3 100644 --- a/python-livereload.spec +++ b/python-livereload.spec @@ -27,6 +27,7 @@ URL: https://livereload.readthedocs.io/en/latest/ Source: https://github.com/lepture/python-livereload/archive/%{version}.tar.gz BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module six} BuildRequires: %{python_module tornado} BuildRequires: fdupes BuildRequires: python-rpm-macros