GNU bug report logs -
#53614
[PATCH] gnu: python-pyqtgraph: Remove a transitive dependency on QtWebKit.
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Fri, 28 Jan 2022 19:51:01 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 53614 in the body.
You can then email your comments to 53614 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#53614
; Package
guix-patches
.
(Fri, 28 Jan 2022 19:51:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Leo Famulari <leo <at> famulari.name>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 28 Jan 2022 19:51:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
See <https://issues.guix.gnu.org/53289> for more information about this change.
These are the packages that depend directly on pyqtgraph:
------
./pre-inst-env guix package -s . | recsel -e 'dependencies ~ "python-pyqtgraph"' -p name,synopsis
name: gnuradio
synopsis: Toolkit for software-defined radios
name: python-orange-widget-base
synopsis: Base Widget for Orange Canvas
name: orange
synopsis: Component-based data mining framework
------
They all build with this change. I'm confident that it won't cause a regression
for gnuradio, because we switched gnuradio from python-pyqt to
python-pyqt-without-qtwebkit months ago.
Vinicius, I've CC-ed you so that you can check if this causes problems for
Orange. I think it's unlikely, because Orange depends directly on QtWebEngine,
which replaces QtWebKit in the world of Qt.
* gnu/packages/python-xyz.scm (python-pyqtgraph)[propagated-inputs]: Replace
python-pyqt with python-pyqt-without-qtwebkit.
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a8aff94334..3b1956fecd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14794,7 +14794,7 @@ (define-public python-pyqtgraph
(list qtbase-5))
(propagated-inputs
(list python-h5py python-numpy python-pyopengl python-scipy
- python-pyqt))
+ python-pyqt-without-qtwebkit))
(home-page "http://www.pyqtgraph.org")
(synopsis "Scientific graphics and GUI library for Python")
(description
--
2.34.0
Reply sent
to
Leo Famulari <leo <at> famulari.name>
:
You have taken responsibility.
(Wed, 16 Feb 2022 19:37:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Leo Famulari <leo <at> famulari.name>
:
bug acknowledged by developer.
(Wed, 16 Feb 2022 19:37:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 53614-done <at> debbugs.gnu.org (full text, mbox):
Pushed as 0dc0d87839ccb7e85f99d7469da1ef478a1c8dc4
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 17 Mar 2022 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 146 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.