Fix builds on ELN

This commit is contained in:
Troy Dawson 2022-10-13 09:42:15 -07:00
commit b169a2de93

View file

@ -1,7 +1,7 @@
%global srcname autopage
# Macros for pyproject (Fedora) vs. setup.py (CentOS)
%if 0%{?fedora} >= 33
%if 0%{?fedora} >= 33 || 0%{?rhel} >= 10
%bcond_without pyproject
%else
%bcond_with pyproject