[neon/qt/pyside2/Neon/release] debian: Add missing dependencies to make the autopkgtest pass again.

Dmitry Shachnev null at kde.org
Wed Oct 19 14:56:29 BST 2022


Git commit 848a050bac0cbf407f67bec23c1014e66be7ee01 by Dmitry Shachnev.
Committed on 23/12/2020 at 18:09.
Pushed by jriddell into branch 'Neon/release'.

Add missing dependencies to make the autopkgtest pass again.

M  +2    -0    debian/changelog
M  +5    -3    debian/control

https://invent.kde.org/neon/qt/pyside2/commit/848a050bac0cbf407f67bec23c1014e66be7ee01

diff --git a/debian/changelog b/debian/changelog
index 90173c99..038aaef1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 pyside2 (5.15.2-1) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Add missing dependencies to make the autopkgtest pass again.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 23 Dec 2020 21:07:14 +0300
 
diff --git a/debian/control b/debian/control
index bf93cc07..3ee7e17b 100644
--- a/debian/control
+++ b/debian/control
@@ -287,7 +287,7 @@ Description: Python bindings for Qt5 Qml module (Python 3)
 Package: python3-pyside2.qtwebenginecore
 Architecture: amd64 arm64 armhf i386 mipsel
 Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
- python3-pyside2.qtcore
+ python3-pyside2.qtcore, python3-pyside2.qtnetwork
 Description: Python bindings for Qt5 WebEngineCore module (Python 3)
  pyside2 provides Python bindings for Qt 5.x framework.
  .
@@ -581,7 +581,8 @@ Description: Python bindings for Qt5 OpenGL module (Python 3)
 Package: python3-pyside2.qt3danimation
 Architecture: any
 Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
- python3-pyside2.qtgui, python3-pyside2.qtcore, python3-pyside2.qtnetwork
+ python3-pyside2.qtgui, python3-pyside2.qtcore, python3-pyside2.qtnetwork,
+ python3-pyside2.qt3drender
 Description: Python bindings for Qt5 3DAnimation module (Python 3)
  pyside2 provides Python bindings for Qt 5.x framework.
  .
@@ -605,7 +606,8 @@ Description: Python bindings for Qt5 3DCore module (Python 3)
 Package: python3-pyside2.qt3dextras
 Architecture: any
 Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
- python3-pyside2.qtgui, python3-pyside2.qtcore, python3-pyside2.qtnetwork
+ python3-pyside2.qtgui, python3-pyside2.qtcore, python3-pyside2.qtnetwork,
+ python3-pyside2.qt3drender
 Description: Python bindings for Qt5 3DExtras module (Python 3)
  pyside2 provides Python bindings for Qt 5.x framework.
  .



More information about the Neon-commits mailing list