me
/
guix
Archived
1
0
Fork 0

gnu: python-widgetsnbextension: Add missing inputs.

* gnu/packages/python-xyz.scm (python-widgetsnbextension)[propagated-inputs]:
Add python-argon2-cffi and python-terminado.
master
Ricardo Wurmus 2021-04-09 16:19:28 +02:00
parent 02746ead49
commit a7a92c00f4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 2 deletions

View File

@ -10491,8 +10491,10 @@ interactive computing.")
"1ismyaxbv9d56yqqqb8xl58hg0iq0bbyy014a53y1g3hfbc8g7q7"))))
(build-system python-build-system)
(propagated-inputs
`(("python-ipykernel" ,python-ipykernel)
("python-notebook" ,python-notebook)))
`(("python-argon2-cffi" ,python-argon2-cffi)
("python-ipykernel" ,python-ipykernel)
("python-notebook" ,python-notebook)
("python-terminado" ,python-terminado)))
(native-inputs
`(("python-certifi" ,python-certifi)
("python-nose" ,python-nose)))