Disable docs in flatpak builds
As of F39, flatpak builds will not be able to manually override macros.
This commit is contained in:
parent
05480f2acc
commit
fc015d1bcf
@ -10,7 +10,7 @@ Source0: %{pypi_source %srcname}
|
||||
|
||||
# Enable building without docs to avoid a circular dependency between this
|
||||
# and python-sphinx:
|
||||
%if 0%{?rhel}
|
||||
%if 0%{?rhel} || 0%{?flatpak}
|
||||
%bcond_with docs
|
||||
%else
|
||||
%bcond_without docs
|
||||
|
Loading…
Reference in New Issue
Block a user