Use a newer and more understandable %bcond syntax
This commit is contained in:
parent
b3699e5810
commit
92130db632
@ -1,11 +1,6 @@
|
||||
%if 0%{?rhel}
|
||||
# RHEL does not include the test dependencies
|
||||
%bcond_with tests
|
||||
%else
|
||||
# When bootstrapping Python, we cannot test this yet
|
||||
%bcond_without tests
|
||||
%endif
|
||||
|
||||
# RHEL does not include the test dependencies
|
||||
%bcond tests %{undefined rhel}
|
||||
|
||||
Name: python-requests
|
||||
Version: 2.28.2
|
||||
|
Loading…
Reference in New Issue
Block a user