From 7df18d86e26af244d985eec5b44a5da605f72dfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionu=C8=9B=20C=2E=20Ar=C8=9B=C4=83ri=C8=99i?= Date: Thu, 9 Feb 2012 13:21:34 +0100 Subject: [PATCH] remove unneeded python3-simplejson dependency --- python-tornado.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-tornado.spec b/python-tornado.spec index e4f7968..37b5fae 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -8,7 +8,7 @@ Name: python-%{pkgname} Version: 2.1.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Scalable, non-blocking web server and tools Group: Development/Libraries @@ -25,7 +25,6 @@ Requires: python-simplejson BuildRequires: python-tools BuildRequires: python3-setuptools BuildRequires: python3-devel -Requires: python3-simplejson %endif %description @@ -147,6 +146,9 @@ rm -rf %{buildroot} %changelog +* Thu Feb 9 2012 Ionuț C. Arțăriși - 2.1.1-4 +- remove python3-simplejson dependency + * Fri Jan 27 2012 Thomas Spura - 2.1.1-3 - build python3 package