diff --git a/python3-pyside2.changes b/python3-pyside2.changes index f20286b..e3de8b8 100644 --- a/python3-pyside2.changes +++ b/python3-pyside2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 23 12:10:27 UTC 2021 - Christophe Giboudeaux + +- Exclude internal imports detected by qml-autoreqprov. + ------------------------------------------------------------------- Wed Apr 7 22:56:48 UTC 2021 - Dirk Müller diff --git a/python3-pyside2.spec b/python3-pyside2.spec index 1ad0f6a..8f9d8c4 100644 --- a/python3-pyside2.spec +++ b/python3-pyside2.spec @@ -18,6 +18,9 @@ %bcond_with tests +# QML imports created and used by examples +%global __requires_exclude qmlimport\\((Charts|TextBalloonPlugin) + %define mypython python3 BuildRequires: python3-devel BuildRequires: python3-setuptools