diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2025-03-31 17:30:21 -0400 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2025-03-31 17:30:21 -0400 |
commit | d2c7858c05ab56748282731a540583e78c5eb7aa (patch) | |
tree | b0fa3286315caadf8e268da0e1c746079b888e39 | |
parent | 6fce6ce7b33bcb7e42439219875ac3a5224259c4 (diff) |
gnu: python-canvasapi: Fix tests.
* gnu/packages/python-web.scm (python-canvasapi)[native-inputs]: Add
python-urllib3-next.
Change-Id: I78d7f1807791597d03ffebe2fd8db33fd26311c3
-rw-r--r-- | gnu/packages/python-web.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index ad02690b8d..8faeefa34a 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -6728,7 +6728,10 @@ for URL parsing and changing.") "1vbd3ndhmxi8scxgxs6sc7r0rdaliqd80384n06nyb3haqz25inm")))) (build-system pyproject-build-system) (propagated-inputs (list python-arrow python-pytz python-requests)) - (native-inputs (list python-requests-mock python-setuptools python-wheel)) + (native-inputs (list python-requests-mock + python-setuptools + python-urllib3-next + python-wheel)) (home-page "https://github.com/ucfopen/canvasapi") (synopsis "API wrapper for the Canvas LMS") (description |