unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#53614] [PATCH] gnu: python-pyqtgraph: Remove a transitive dependency on QtWebKit.
@ 2022-01-28 19:49 Leo Famulari
  2022-02-16 19:36 ` bug#53614: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Leo Famulari @ 2022-01-28 19:49 UTC (permalink / raw)
  To: 53614; +Cc: monego

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#53614: [PATCH] gnu: python-pyqtgraph: Remove a transitive dependency on QtWebKit.
  2022-01-28 19:49 [bug#53614] [PATCH] gnu: python-pyqtgraph: Remove a transitive dependency on QtWebKit Leo Famulari
@ 2022-02-16 19:36 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2022-02-16 19:36 UTC (permalink / raw)
  To: 53614-done

Pushed as 0dc0d87839ccb7e85f99d7469da1ef478a1c8dc4




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-16 19:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-28 19:49 [bug#53614] [PATCH] gnu: python-pyqtgraph: Remove a transitive dependency on QtWebKit Leo Famulari
2022-02-16 19:36 ` bug#53614: " Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).