GNU bug report logs - #61516
[PATCH 1/2] gnu: python-poppler-qt5: Remove transitive dependency on QtWebkit.

Previous Next

Package: guix-patches;

Reported by: Leo Famulari <leo <at> famulari.name>

Date: Tue, 14 Feb 2023 21:41:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Leo Famulari <leo <at> famulari.name>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#61516: closed ([PATCH 1/2] gnu: python-poppler-qt5: Remove
 transitive dependency on QtWebkit.)
Date: Fri, 17 Feb 2023 19:09:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 17 Feb 2023 14:08:12 -0500
with message-id <Y+/QnAdQKfBnAYen <at> jasmine.lan>
and subject line Re: [PATCH 1/2] gnu: python-poppler-qt5: Remove transitive dependency on QtWebkit.
has caused the debbugs.gnu.org bug report #61516,
regarding [PATCH 1/2] gnu: python-poppler-qt5: Remove transitive dependency on QtWebkit.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
61516: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61516
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: guix-patches <at> gnu.org
Subject: [PATCH 1/2] gnu: python-poppler-qt5: Remove transitive dependency on
 QtWebkit.
Date: Tue, 14 Feb 2023 16:40:43 -0500
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



[Message part 3 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: 61516-done <at> debbugs.gnu.org
Subject: Re: [PATCH 1/2] gnu: python-poppler-qt5: Remove transitive
 dependency on QtWebkit.
Date: Fri, 17 Feb 2023 14:08:12 -0500
This ticket was opened by mistake.


This bug report was last modified 2 years and 176 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.