15
0

Accepting request 659357 from devel:languages:python

- Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659357
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SecretStorage?expand=0&rev=6
This commit is contained in:
2018-12-21 07:20:02 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 4 12:54:04 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Wed Jan 24 10:17:37 UTC 2018 - tchvatal@suse.com

View File

@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -23,11 +23,10 @@ Release: 0
Summary: Python bindings to FreeDesktoporg Secret Service API
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://github.com/mitya57/secretstorage
URL: https://github.com/mitya57/secretstorage
Source: https://files.pythonhosted.org/packages/source/S/SecretStorage/SecretStorage-%{version}.tar.gz
BuildRequires: %{python_module cryptography}
BuildRequires: %{python_module dbus-python}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: dbus-1-x11
BuildRequires: fdupes
@@ -73,7 +72,8 @@ mkdir -p $HOME/.cache
%python_expand dbus-run-session -- $python -m unittest discover -s tests
%files %{python_files}
%doc changelog README.rst LICENSE
%license LICENSE
%doc changelog README.rst
%{python_sitelib}/*
%changelog