Don't BR watchdog, it is not needed

I have verified that the number of skipped tests remains the same.

Watchdog is currently blocked by failing argh on Python 3.7, so I
unblocked werkzeug by removing it.
This commit is contained in:
Miro Hrončok 2018-06-05 15:27:29 +02:00
parent 021c31f3d4
commit 1855f4793b

View File

@ -2,7 +2,7 @@
Name: python-werkzeug
Version: 0.14.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: The Swiss Army knife of Python web development
Group: Development/Libraries
@ -54,7 +54,6 @@ BuildRequires: python2-pyOpenSSL
BuildRequires: python2-greenlet
BuildRequires: python2-redis
BuildRequires: python2-memcached
BuildRequires: python2-watchdog
%{?python_provide:%python_provide python2-werkzeug}
@ -85,7 +84,6 @@ BuildRequires: python3-pyOpenSSL
BuildRequires: python3-greenlet
BuildRequires: python3-redis
BuildRequires: python3-memcached
BuildRequires: python3-watchdog
%{?python_provide:%python_provide python3-werkzeug}
@ -175,6 +173,9 @@ popd
%changelog
* Tue Jun 05 2018 Miro Hrončok <mhroncok@redhat.com> - 0.14.1-2
- Don't BR watchdog, it is not needed
* Wed May 09 2018 Adam Williamson <awilliam@redhat.com> - 0.14.1-1
- Update to 0.14.1 (needed by httpbin)
- Run tests during build