emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59225: closed ([PATCH] gnu: Modify python-qtconsole use python-pyqt-


From: GNU bug Tracking System
Subject: bug#59225: closed ([PATCH] gnu: Modify python-qtconsole use python-pyqt-without-webkit.)
Date: Tue, 15 Nov 2022 09:18:03 +0000

Your message dated Tue, 15 Nov 2022 11:17:18 +0200
with message-id <Y3NZHsL++0QhbcB1@3900XT>
and subject line Re: [bug#59225] [PATCH] gnu: Modify python-qtconsole use 
python-pyqt-without-webkit.
has caused the debbugs.gnu.org bug report #59225,
regarding [PATCH] gnu: Modify python-qtconsole use python-pyqt-without-webkit.
to be marked as done.

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


-- 
59225: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59225
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Modify python-qtconsole use python-pyqt-without-webkit. Date: Sat, 12 Nov 2022 21:45:28 +0100
From: Csepp <raingloom@riseup.net>

* gnu/packages/python-xyz.scm (python-qtconsole)[propagated-inputs]:
  Use python-pyqt-without-webkit.
---
This makes it possible to use Jupyter on i686, where qtwebkit is currently 
failing to build due to running out of memory.

 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1c2f9d7b73..a314591d4d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13884,8 +13884,8 @@ (define-public python-qtconsole
                (("def test_other_output") "def _test_other_output")))))))
     (propagated-inputs
      (list python-ipykernel python-ipython-genutils python-jupyter-client
-           python-jupyter-core python-pygments python-pyqt python-pyzmq
-           python-qtpy python-traitlets))
+           python-jupyter-core python-pygments python-pyqt-without-webkit
+           python-pyzmq python-qtpy python-traitlets))
     (native-inputs
      (list python-flaky python-pytest python-pytest-qt))
     (home-page "https://jupyter.org";)
-- 
2.38.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#59225] [PATCH] gnu: Modify python-qtconsole use python-pyqt-without-webkit. Date: Tue, 15 Nov 2022 11:17:18 +0200
I changed python-pyqt-without-webkit to python-pyqt-without-qtwebkit and
pushed the patch. Thanks!

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]