aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-05-17 21:08:05 -0400
committerB. Stack <bgstack15@gmail.com>2022-05-17 21:08:05 -0400
commit008432302a23ac484095dcaf80aeb2e0d59da900 (patch)
tree7f41c492b10e81fb4982efa06cf65211c7575632
parentadd BR: python3-rpm-macros (diff)
downloadradicale_auth_ldap-3.tar.gz
radicale_auth_ldap-3.tar.bz2
radicale_auth_ldap-3.zip
add BR: python3
-rw-r--r--radicale_auth_ldap.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/radicale_auth_ldap.spec b/radicale_auth_ldap.spec
index 99308a6..550ed54 100644
--- a/radicale_auth_ldap.spec
+++ b/radicale_auth_ldap.spec
@@ -24,6 +24,7 @@ Summary: Selinux rules for radicale3-auth-ldap
%if 0%{?centos} == 7
BuildRequires: policycoreutils-python
%endif
+BuildRequires: python3
BuildRequires: python3-rpm-macros
BuildRequires: policycoreutils
BuildRequires: checkpolicy
bgstack15