#1 Don't abort the build on Python 3.8
Merged 4 years ago by hobbes1069. Opened 4 years ago by churchyard.
rpms/ churchyard/python-pyside2 py38  into  master

file modified
+3
@@ -16,6 +16,9 @@ 

  

  Source0:        https://download.qt.io/official_releases/QtForPython/%{pypi_name}/%{camel_name}-%{version}-src/pyside-setup-everywhere-src-%{version}.tar.xz

  

+ # Don't abort the build on Python 3.8

+ Patch0:         python38_classifier.patch

+ 

  BuildRequires:  cmake gcc graphviz

  BuildRequires:  clang-devel llvm-devel

  BuildRequires:  /usr/bin/pathfix.py

@@ -0,0 +1,12 @@ 

+ diff --git a/build_scripts/config.py b/build_scripts/config.py

+ index cad4e2f..c2e1e0e 100644

+ --- a/build_scripts/config.py

+ +++ b/build_scripts/config.py

+ @@ -93,6 +93,7 @@ class Config(object):

+              'Programming Language :: Python :: 3.5',

+              'Programming Language :: Python :: 3.6',

+              'Programming Language :: Python :: 3.7',

+ +            'Programming Language :: Python :: 3.8',

+          ]

+  

+          self.setup_script_dir = None