commit 03384ead5b0008c5594adc42b09e49a9f98637ff
Author: Akarshan Biswas <akarshanbiswas(a)fedoraproject.org>
Date: Sat Nov 2 22:31:47 2019 +0530
Unbundle: Do not bundle python libs for Fedora 29
chromium-freeworld.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index df7415a..1bdf930 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -16,7 +16,11 @@
#######################################CONFIGS###########################################
# Fedora's Python 2 stack is being removed, we use the bundled Python libraries
# This can be revisited once we upgrade to Python 3
+%if 0%{?fedora} >= 30
%global bundlepylibs 1
+%else
+%global bundlepylibs 0
+%endif
%if 0%{bundlepylibs}
%bcond_with system_ply
%else