mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 06:41:27 +01:00
gnu: python-cloudscraper: Use node-lts instead of node.
* gnu/packages/python-web.scm (python-cloudscraper)[inputs]: Replace node by node-lts. Change-Id: Id7a9354c04557d27ec90cfbecd0c8005cf912f1a
This commit is contained in:
parent
64ea1afa0f
commit
6aa76b36e0
1 changed files with 1 additions and 1 deletions
|
@ -7950,7 +7950,7 @@ bare-metal installations.")
|
|||
(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
|
||||
|
|
Loading…
Add table
Reference in a new issue