forked from pool/python-bcrypt
- Removed not needed C build dependencies
- Enable for all archs by default OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=33
This commit is contained in:
parent
38905dc70d
commit
88ca7f5baf
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 3 06:44:04 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Removed not needed C build dependencies
|
||||
- Enable for all archs by default
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 2 16:32:00 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
|
@ -27,8 +27,6 @@ URL: https://github.com/pyca/bcrypt/
|
||||
Source0: https://files.pythonhosted.org/packages/source/b/bcrypt/bcrypt-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
Source2: cargo_config
|
||||
BuildRequires: %{python_module cffi >= 1.1}
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest >= 3.2.1}
|
||||
BuildRequires: %{python_module setuptools-rust}
|
||||
@ -38,11 +36,7 @@ BuildRequires: %{python_module wheel}
|
||||
BuildRequires: %{python_module setuptools >= 40.5.0}
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: pkgconfig(libffi)
|
||||
ExclusiveArch: %{rust_tier1_arches}
|
||||
%requires_eq python-cffi
|
||||
Provides: python-py-bcrypt = %{version}
|
||||
Obsoletes: python-py-bcrypt < %{version}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user