diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2023-08-25 18:30:19 -0400 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2023-08-25 18:30:19 -0400 |
commit | d17eea747277643811134f9a33b534e58160688f (patch) | |
tree | a4e0daae25442bdfdb67c70e2f0117520bdb6ed7 /gnu/packages/python-web.scm | |
parent | 375a1a0558d77eddb06c7483e240b7c2f95e9695 (diff) | |
download | guix-d17eea747277643811134f9a33b534e58160688f.tar guix-d17eea747277643811134f9a33b534e58160688f.tar.gz |
gnu: python-canvasapi: Propagate python-arrow.
The package python-arrow is needed when importing canvasapi.
* gnu/packages/python-web.scm (python-canvasapi)[native-inputs]: Move
python-arrow from here...
[propagated-inputs]: ...to here.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index e491108188..4c38636af5 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -5019,8 +5019,8 @@ for URL parsing and changing.") (base32 "1vbd3ndhmxi8scxgxs6sc7r0rdaliqd80384n06nyb3haqz25inm")))) (build-system pyproject-build-system) - (propagated-inputs (list python-pytz python-requests)) - (native-inputs (list python-arrow python-requests-mock)) + (propagated-inputs (list python-arrow python-pytz python-requests)) + (native-inputs (list python-requests-mock)) (home-page "https://github.com/ucfopen/canvasapi") (synopsis "API wrapper for the Canvas LMS") (description |