Accepting request 1030109 from devel:languages:python

- Remove not needed dep python-six
- Use a more specific python_sitelib in %files

OBS-URL: https://build.opensuse.org/request/show/1030109
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argon2-cffi-bindings?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2022-10-22 12:12:46 +00:00 committed by Git OBS Bridge
commit 45cca290d1
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 20 07:32:50 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Remove not needed dep python-six
- Use a more specific python_sitelib in %files
-------------------------------------------------------------------
Fri May 6 13:31:49 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>

View File

@ -32,13 +32,11 @@ BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools >= 45}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: pkgconfig
BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(libargon2)
Requires: python-cffi >= 1.0.1
Requires: python-six
Provides: python-argon2_cffi_bindings
Obsoletes: python-argon2_cffi_bindings
%python_subpackages
@ -64,6 +62,7 @@ export ARGON2_CFFI_USE_SYSTEM=1
%files %{python_files}
%doc README.md CHANGELOG.md
%license LICENSE
%{python_sitearch}/*
%{python_sitearch}/_argon2_cffi_bindings
%{python_sitearch}/argon2_cffi_bindings-%{version}*-info
%changelog