Force linking with system libzstd
Resolves: RHEL-122724
This commit is contained in:
parent
9555328c99
commit
dc0f388dad
@ -41,8 +41,7 @@ BuildRequires: python3-hypothesis
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python3-pytest-xdist
|
||||
%endif
|
||||
# https://github.com/indygreg/python-zstandard/issues/48
|
||||
Provides: bundled(zstd) = 1.5.5
|
||||
Requires: libzstd%{?_isa} = 1.5.5
|
||||
|
||||
%description -n python3-%{pypi_name}
|
||||
%{desc}
|
||||
@ -52,7 +51,7 @@ Provides: bundled(zstd) = 1.5.5
|
||||
rm -r %{pypi_name}.egg-info
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
%py3_build -- --system-zstd
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
Loading…
Reference in New Issue
Block a user