lfam pushed a commit to branch master
in repository guix.

commit d0fbd336ea51e02bb0852ec36d68db71a3be9001
Author: Leo Famulari <[email protected]>
AuthorDate: Fri Jan 28 13:09:38 2022 -0500

    gnu: openconnect-sso: Remove a transitive dependency on QtWebKit.
    
    See <https://issues.guix.gnu.org/53289> for more information about this 
change.
    
    * gnu/packages/vpn.scm (openconnect-sso)[inputs]: Replace python-pyqt with
    python-pyqt-without-qtwebkit.
---
 gnu/packages/vpn.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 4ad555ef1b..723dd5dcb6 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -659,7 +659,7 @@ and probably others.")
            python-lxml
            python-prompt-toolkit
            python-requests
-           python-pyqt
+           python-pyqt-without-qtwebkit
            python-pyqtwebengine
            python-pysocks
            python-pyxdg

Reply via email to