From f7fb1241f982929ffb8c4ff1216632e0e9d7cf72 Mon Sep 17 00:00:00 2001 From: Sander Hoentjen Date: Feb 02 2016 13:04:51 +0000 Subject: add requires on python-contextlib2 --- diff --git a/python-raven.spec b/python-raven.spec index c78d652..cc6bf35 100644 --- a/python-raven.spec +++ b/python-raven.spec @@ -8,7 +8,7 @@ Name: python-raven Version: 5.10.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python client for Sentry Group: Development/Libraries @@ -32,6 +32,9 @@ BuildRequires: python-setuptools #BuildRequires: python-tornado #BuildRequires: python-requests #BuildRequires: python-pytest + +Requires: python-contextlib2 + %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -118,6 +121,9 @@ popd %endif # with_python3 %changelog +* Tue Feb 02 2016 Sander Hoentjen - 5.10.2-2 +- add requires on python-contextlib2 + * Thu Jan 28 2016 Sander Hoentjen - 5.10.2-1 - Update to 5.10.2 (#1298402)