~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH v2] community/py3-qt5: add missing py3-sip-pyqt5 dependency

Bart Ribbers <bribbers@disroot.org>
Details
Message ID
<20190907091328.28897-1-bribbers@disroot.org>
DKIM signature
missing
Download raw message
Patch: +2 -2
Otherwise you'd get a "ModuleNotFoundError: No module named 'PyQt5.sip'" error
---
 community/py3-qt5/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/community/py3-qt5/APKBUILD b/community/py3-qt5/APKBUILD
index ae77ae3c37..fd6d7e88ef 100644
--- a/community/py3-qt5/APKBUILD
+++ b/community/py3-qt5/APKBUILD
@@ -3,12 +3,12 @@
pkgname=py3-qt5
_pkgname=PyQt5
pkgver=5.13.0
pkgrel=1
pkgrel=2
pkgdesc="A set of Python 3 bindings for the Qt toolkit"
url="http://riverbankcomputing.co.uk/software/pyqt/intro"
arch="all"
license="GPL-2.0-or-later"
depends="python3"
depends="python3 py3-sip-pyqt5"
makedepends="python3-dev py-dbus-dev py-sip-dev
	qt5-qtbase-dev libx11-dev qt5-qtsvg-dev qt5-qtwebsockets-dev
	py3-opengl qt5-qtconnectivity-dev qt5-qtmultimedia-dev qt5-qttools-dev
-- 
2.23.0
Reply to thread Export thread (mbox)