From cb6d057e9a4a2f2960cd3ba7ba9c20925bd3ae81 Mon Sep 17 00:00:00 2001 From: Christopher Tubbs Date: Mar 08 2018 01:31:12 +0000 Subject: Remove unused BR pycryptopp (rhbz#1552676) --- diff --git a/python-keyring.spec b/python-keyring.spec index c51a63f..c598b20 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -5,7 +5,7 @@ Name: python-keyring Version: 11.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Store and access your passwords safely License: MIT and Python URL: https://github.com/jaraco/keyring @@ -41,7 +41,6 @@ BuildRequires: python2-setuptools BuildRequires: python2-setuptools_scm BuildRequires: python-keyczar BuildRequires: python2-mock -BuildRequires: pycryptopp %if 0%{?with_tests} BuildRequires: python2-pytest @@ -129,6 +128,9 @@ nosetests-%{python2_version} %endif %changelog +* Thu Mar 08 2018 Christopher Tubbs - 11.0.0-2 +- Remove unused BR pycryptopp (rhbz#1552676) + * Mon Mar 5 2018 Haïkel Guémar - 11.0.0-1 - Upstream 11.0.0 (RHBZ#1539962)