summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2025-03-31 17:30:21 -0400
committerJohn Kehayias <john.kehayias@protonmail.com>2025-03-31 17:30:21 -0400
commitd2c7858c05ab56748282731a540583e78c5eb7aa (patch)
treeb0fa3286315caadf8e268da0e1c746079b888e39
parent6fce6ce7b33bcb7e42439219875ac3a5224259c4 (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.scm5
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