Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fido2?expand=0&rev=7
This commit is contained in:
Matej Cepl 2018-12-04 13:27:12 +00:00 committed by Git OBS Bridge
parent 3bdb6b1383
commit 4b18a483a1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 4 12:47:58 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 27 19:12:54 UTC 2018 - Karol Babioch <kbabioch@suse.com> Thu Sep 27 19:12:54 UTC 2018 - Karol Babioch <kbabioch@suse.com>

View File

@ -26,7 +26,6 @@ Group: Development/Languages/Python
Url: https://github.com/Yubico/python-fido2 Url: https://github.com/Yubico/python-fido2
Source: https://github.com/Yubico/python-fido2/archive/%{version}.tar.gz#/python-fido2-%{version}.tar.gz 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 cryptography >= 1.0}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module mock >= 1.0.1} BuildRequires: %{python_module mock >= 1.0.1}
BuildRequires: %{python_module pyfakefs >= 2.4} BuildRequires: %{python_module pyfakefs >= 2.4}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}