mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: orange: Remove a transitive dependency on QtWebKit.
See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/orange.scm (orange)[inputs]: Replace python-pyqt with python-pyqt-without-qtwebkit.
This commit is contained in:
parent
88f1e799b4
commit
8b7db2fb98
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ GUI based workflow. It is primarily used in the Orange framework.")
|
||||||
python-orange-widget-base
|
python-orange-widget-base
|
||||||
python-pandas
|
python-pandas
|
||||||
python-pygments
|
python-pygments
|
||||||
python-pyqt
|
python-pyqt-without-qtwebkit
|
||||||
python-pyqtgraph
|
python-pyqtgraph
|
||||||
python-pyqtwebengine
|
python-pyqtwebengine
|
||||||
python-pyyaml
|
python-pyyaml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue