diff options
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 68500dd6105..4b44d549bf1 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -9401,7 +9401,15 @@ Authentication, a simple HTTP request-signing scheme.") | |||
| 9401 | (sha256 | 9401 | (sha256 |
| 9402 | (base32 "0in0sbj56wrz5mlrj6wkd3h7rrp7714c5rkxvkfwp60s2hr6ynj6")))) | 9402 | (base32 "0in0sbj56wrz5mlrj6wkd3h7rrp7714c5rkxvkfwp60s2hr6ynj6")))) |
| 9403 | (build-system pyproject-build-system) | 9403 | (build-system pyproject-build-system) |
| 9404 | (arguments (list #:test-backend #~'unittest)) | 9404 | (arguments |
| 9405 | (list | ||
| 9406 | #:test-backend #~'unittest | ||
| 9407 | #:phases | ||
| 9408 | #~(modify-phases %standard-phases | ||
| 9409 | (add-after 'unpack 'python-3.12-compatibility | ||
| 9410 | (lambda _ | ||
| 9411 | (substitute* (find-files "browserid/tests" "\\.py") | ||
| 9412 | (("assertEquals") "assertEqual"))))))) | ||
| 9405 | (propagated-inputs (list python-requests)) | 9413 | (propagated-inputs (list python-requests)) |
| 9406 | (native-inputs (list python-mock python-setuptools)) | 9414 | (native-inputs (list python-mock python-setuptools)) |
| 9407 | (home-page "https://github.com/mozilla/PyBrowserID") | 9415 | (home-page "https://github.com/mozilla/PyBrowserID") |
