From 88faa536c084bf32957b0a1000a73d280e7d6843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 14 Nov 2022 15:27:29 +0100 Subject: [PATCH] Remove unneeded %python_enable_dependency_generator --- python-cffi.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/python-cffi.spec b/python-cffi.spec index 254014e..74bcc33 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -22,8 +22,6 @@ BuildRequires: gcc # For tests: BuildRequires: gcc-c++ -%?python_enable_dependency_generator - %description Foreign Function Interface for Python, providing a convenient and reliable way of calling existing C code from Python. The interface is