From c46894c6fe4af6485aab91bbd498982fed21eb04e42c7a669671eace2c4ee58e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 8 Sep 2018 09:11:55 +0000 Subject: [PATCH] Accepting request 634351 from home:mcepl:work - BuildRequires: simplejson is completely useless. - Remove simplejson also from Requires. OBS-URL: https://build.opensuse.org/request/show/634351 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=89 --- python-tornado.changes | 10 ++++++++++ python-tornado.spec | 2 -- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/python-tornado.changes b/python-tornado.changes index bcf7228..4ea1b72 100644 --- a/python-tornado.changes +++ b/python-tornado.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Sep 7 23:07:29 CEST 2018 - Matěj Cepl + +- Remove simplejson also from Requires. + +------------------------------------------------------------------- +Thu Sep 6 12:39:11 UTC 2018 - Matěj Cepl + +- BuildRequires: simplejson is completely useless. + ------------------------------------------------------------------- Sun Jul 15 21:17:57 UTC 2018 - mimi.vx@gmail.com diff --git a/python-tornado.spec b/python-tornado.spec index aa3dc27..2145c97 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -29,11 +29,9 @@ Source: https://files.pythonhosted.org/packages/source/t/tornado/tornado BuildRequires: %{python_module devel} BuildRequires: %{python_module pycurl} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module simplejson} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python -Requires: python-simplejson %if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 Recommends: python-Twisted Recommends: python-pycares