From 5588204c616c4d3a24a0a091f51d3315f422d9b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 15 Nov 2018 12:53:56 +0100 Subject: [PATCH] https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2 --- python-pycurl.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python-pycurl.spec b/python-pycurl.spec index 08b8956..5011742 100644 --- a/python-pycurl.spec +++ b/python-pycurl.spec @@ -1,3 +1,7 @@ +# This package depends on automagic byte compilation +# https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2 +%global _python_bytecompile_extra 1 + # python3 is not available on RHEL <= 7 %if 0%{?fedora} || 0%{?rhel} > 7 %bcond_without python3