Allow a Python bootstrap, avoid a self dependency loop

This commit is contained in:
Miro Hrončok 2023-06-14 10:15:29 +02:00 committed by churchyard
parent 9f43492800
commit 77beb2190f
1 changed files with 2 additions and 0 deletions

View File

@ -45,9 +45,11 @@ BuildRequires: zlib-devel
# WARNING: OpenColorIO and OpenImageIO are cross dependent.
# If an ABI incompatible update is done in one, the other also needs to be
# rebuilt.
%if ! 0%{?bootstrap}
BuildRequires: cmake(OpenImageIO)
BuildRequires: OpenImageIO-iv
BuildRequires: OpenImageIO-utils
%endif
#######################
# Unbundled libraries #