From: Marcin Krol Date: Wed, 10 Jan 2024 17:17:44 +0000 (+0100) Subject: - enable python3 X-Git-Url: https://git.tld-linux.org/?a=commitdiff_plain;h=refs%2Fheads%2Frpm.org-migration;p=packages%2Frpm.git - enable python3 --- diff --git a/rpm.spec b/rpm.spec index ec58100..cbb1648 100644 --- a/rpm.spec +++ b/rpm.spec @@ -4,7 +4,7 @@ # # Conditional build: %bcond_with apidocs # Doxygen based API documentation -%bcond_with python3 # Python (3) bindings +%bcond_without python3 # Python (3) bindings %bcond_with plugins # plugins (all, including: audit, imaevm, selinux, systemd) %bcond_with recommends_tags # use of Recommends tag (disable for bootstrapping) %bcond_with imaevm # IMA/EVM signing support (requires libimaevm from ima-evm-utils)