From 64afe97b82f9bc52533503480f2bece267a09936 Mon Sep 17 00:00:00 2001 From: Richard Shaw Date: May 30 2020 19:03:20 +0000 Subject: Use system python-pycxx as it is compatible with Python 3.9. --- diff --git a/freecad.spec b/freecad.spec index e806cb4..1ccbf59 100644 --- a/freecad.spec +++ b/freecad.spec @@ -13,7 +13,7 @@ # rpmbuild --with=bundled_zipios: use bundled version of zipios++ %global bundled_zipios %{?_with_bundled_zipios: 1} %{?!_with_bundled_zipios: 0} # rpmbuild --without=bundled_pycxx: don't use bundled version of pycxx -%global bundled_pycxx %{?_with_bundled_pycxx: 0} %{?!_with_bundled_pycxx: 1} +%global bundled_pycxx %{?_with_bundled_pycxx: 1} %{?!_with_bundled_pycxx: 0} # rpmbuild --without=bundled_smesh: don't use bundled version of Salome's Mesh %global bundled_smesh %{?_with_bundled_smesh: 0} %{?!_with_bundled_smesh: 1} @@ -99,7 +99,6 @@ Requires: qt5-assistant Requires: %{name}-data = %{epoch}:%{version}-%{release} Provides: bundled(smesh) = 5.1.2.2 -Provides: bundled(python-pycxx) %description