Accepting request 1074138 from devel:languages:python
- Remove not needed dependency six OBS-URL: https://build.opensuse.org/request/show/1074138 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argon2-cffi?expand=0&rev=11
This commit is contained in:
commit
b1ac589625
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 24 10:57:17 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Remove not needed dependency six
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 6 12:54:25 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
|
Fri May 6 12:54:25 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-argon2-cffi
|
# spec file for package python-argon2-cffi
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,7 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
|
|
||||||
Name: python-argon2-cffi
|
Name: python-argon2-cffi
|
||||||
@ -35,7 +34,6 @@ BuildRequires: python-rpm-macros
|
|||||||
# For test
|
# For test
|
||||||
BuildRequires: %{python_module argon2-cffi-bindings}
|
BuildRequires: %{python_module argon2-cffi-bindings}
|
||||||
Requires: python-argon2-cffi-bindings
|
Requires: python-argon2-cffi-bindings
|
||||||
Requires: python-six
|
|
||||||
Provides: python-argon2_cffi
|
Provides: python-argon2_cffi
|
||||||
Obsoletes: python-argon2_cffi
|
Obsoletes: python-argon2_cffi
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user