17
0

- Correct Requires, it's python-bitarray.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitstring?expand=0&rev=21
This commit is contained in:
2025-04-29 06:17:53 +00:00
committed by Git OBS Bridge
parent a8249fedad
commit 5e41f88aa4
2 changed files with 8 additions and 4 deletions

View File

@@ -21,7 +21,6 @@ Version: 4.3.1
Release: 0
Summary: Python module for the construction, analysis and modification of binary data
License: MIT
Group: Development/Languages/Python
URL: https://github.com/scott-griffiths/bitstring
Source: https://github.com/scott-griffiths/bitstring/archive/bitstring-%{version}.tar.gz
BuildRequires: %{python_module pip}
@@ -30,12 +29,12 @@ BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
Requires: bitarray
BuildRequires: %{python_module bitarray}
Requires: python-bitarray >= 3.0
BuildRequires: %{python_module bitarray >= 3.0}
BuildRequires: %{python_module gfloat}
BuildRequires: %{python_module hypothesis}
BuildRequires: %{python_module pytest-benchmark}
BuildArch: noarch
%python_subpackages
%description