From 4b18a483a122559bbd1536a3e532dfdc8fcc7b6fbd329893209175ed15733534 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:27:12 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fido2?expand=0&rev=7 --- python-fido2.changes | 5 +++++ python-fido2.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-fido2.changes b/python-fido2.changes index c300c9c..9b3c0c4 100644 --- a/python-fido2.changes +++ b/python-fido2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:47:58 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Thu Sep 27 19:12:54 UTC 2018 - Karol Babioch diff --git a/python-fido2.spec b/python-fido2.spec index 8f8d5d9..7c07ce0 100644 --- a/python-fido2.spec +++ b/python-fido2.spec @@ -26,7 +26,6 @@ Group: Development/Languages/Python Url: https://github.com/Yubico/python-fido2 Source: https://github.com/Yubico/python-fido2/archive/%{version}.tar.gz#/python-fido2-%{version}.tar.gz BuildRequires: %{python_module cryptography >= 1.0} -BuildRequires: %{python_module devel} BuildRequires: %{python_module mock >= 1.0.1} BuildRequires: %{python_module pyfakefs >= 2.4} BuildRequires: %{python_module setuptools}