From: Leo Famulari <leo@famulari.name>
To: 61516@debbugs.gnu.org
Subject: [bug#61516] [PATCH 1/2] gnu: python-poppler-qt5: Remove transitive dependency on QtWebkit.
Date: Tue, 14 Feb 2023 16:40:43 -0500 [thread overview]
Message-ID: <41db8651ddc9ecb200a2e661fb9d43593a70dd3a.1676410844.git.leo@famulari.name> (raw)
This is required for <https://issues.guix.gnu.org/53289>.
* gnu/packages/pdf.scm (python-poppler-qt5)[inputs]: Replace python-pyqt with
python-pyqt-without-qtwebkit.
[arguments]: Adjust accordingly.
---
gnu/packages/pdf.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 864c23b0d2..478977d8c5 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -373,12 +373,12 @@ (define-public python-poppler-qt5
;; installation phase.
((@@ (guix build python-build-system) call-setuppy)
"build_ext" (list (string-append "--pyqt-sip-dir="
- (assoc-ref inputs "python-pyqt")
+ (assoc-ref inputs "python-pyqt-without-qtwebkit")
"/share/sip")) #t))))))
(native-inputs
(list pkg-config))
(inputs
- (list python-sip-4 python-pyqt poppler-qt5 qtbase-5))
+ (list python-sip-4 python-pyqt-without-qtwebkit poppler-qt5 qtbase-5))
(home-page "https://pypi.org/project/python-poppler-qt5/")
(synopsis "Python bindings for Poppler-Qt5")
(description
--
2.39.1
next reply other threads:[~2023-02-14 21:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-14 21:40 Leo Famulari [this message]
2023-02-14 21:40 ` [bug#61517] [PATCH 2/2] gnu: Dream: Remove dependency on QtWebKit Leo Famulari
2023-02-17 19:51 ` bug#61517: " Leo Famulari
2023-02-17 19:08 ` bug#61516: [PATCH 1/2] gnu: python-poppler-qt5: Remove transitive dependency on QtWebkit Leo Famulari
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=41db8651ddc9ecb200a2e661fb9d43593a70dd3a.1676410844.git.leo@famulari.name \
--to=leo@famulari.name \
--cc=61516@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.