- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user