Matej Cepl 2018-12-04 17:22:11 +00:00 committed by Git OBS Bridge
parent dbec129589
commit 62757c9eb9

View File

@ -23,7 +23,7 @@ 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}
@ -72,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