guix-patches
[Top][All Lists]
Advanced

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

[bug#74187] [PATCH v2 18/24] gnu: python-cloudscraper: Use node-lts inst


From: jlicht
Subject: [bug#74187] [PATCH v2 18/24] gnu: python-cloudscraper: Use node-lts instead of node.
Date: Wed, 4 Dec 2024 08:49:40 +0100

From: Jelle Licht <jlicht@fsfe.org>

* gnu/packages/python-web.scm (python-cloudscraper)[inputs]: Replace node by
node-lts.

Change-Id: Id7a9354c04557d27ec90cfbecd0c8005cf912f1a
---
 gnu/packages/python-web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index fb43c9b0a0..691d84b4ea 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7830,7 +7830,7 @@ (define-public python-cloudscraper
                (invoke "pytest" "-vv"
                        "-k" "not 
test_getCookieString_challenge_js_challenge1_16_05_2020")))))))
     (inputs
-     (list node))
+     (list node-lts))
     (propagated-inputs
      (list python-js2py
            python-polling2
-- 
2.46.0






reply via email to

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