15
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 e29dfc8bde
commit 798139c257
2 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 29 06:17:29 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Correct Requires, it's python-bitarray.
-------------------------------------------------------------------
Mon Apr 28 13:01:32 UTC 2025 - Felix Stegmeier <felix.stegmeier@suse.com>

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