From 88ca7f5baf9cbacfb0d790a36e65576159047fa2a4d1f45b686e41053a9eb019 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Thu, 3 Nov 2022 06:56:00 +0000 Subject: [PATCH] - 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 --- python-bcrypt.changes | 6 ++++++ python-bcrypt.spec | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) 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}