diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2020-06-09 22:34:44 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-14 17:45:40 +0700 |
commit | 717591b2c7d58144dc9958cf4e332e3064e38268 (patch) | |
tree | dc3a8320fc11a8df4a1d95ebd265ebb58fafb88b /libraries | |
parent | 57597228c72ac361c1ac760b212c898756a89cfb (diff) |
libraries/python3-PyQt5: Add qt5 to REQUIRES.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/python3-PyQt5/python3-PyQt5.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/python3-PyQt5/python3-PyQt5.info b/libraries/python3-PyQt5/python3-PyQt5.info index 75fac9ad5b92..74fd6bd37f37 100644 --- a/libraries/python3-PyQt5/python3-PyQt5.info +++ b/libraries/python3-PyQt5/python3-PyQt5.info @@ -5,6 +5,6 @@ DOWNLOAD="https://www.riverbankcomputing.com/static/Downloads/PyQt5/5.13.2/PyQt5 MD5SUM="c1023cb9c3d29a89fc109b163a0175c0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-sip" +REQUIRES="qt5 python3-sip" MAINTAINER="Dave Woodfall" EMAIL="dave@slackbuilds.org" |