diff --git a/python-bcrypt.changes b/python-bcrypt.changes index 3a56cfd..49da0fb 100644 --- a/python-bcrypt.changes +++ b/python-bcrypt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Nov 3 06:44:04 UTC 2022 - Daniel Garcia + +- Removed not needed C build dependencies +- Enable for all archs by default + ------------------------------------------------------------------- Wed Nov 2 16:32:00 UTC 2022 - Daniel Garcia diff --git a/python-bcrypt.spec b/python-bcrypt.spec index 268a6da..88f0a98 100644 --- a/python-bcrypt.spec +++ b/python-bcrypt.spec @@ -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}