From 0a2521f94adfacb37c34e8b39634e7a3ea29a13bb88dc4eccd125c976cba0997 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Nov 2021 11:38:50 +0000 Subject: [PATCH] - add six dependency for tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-livereload?expand=0&rev=4 --- python-livereload.changes | 5 +++++ python-livereload.spec | 1 + 2 files changed, 6 insertions(+) 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