diff options
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 0f1b8fb0fad..9f25c9540e0 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -6644,7 +6644,7 @@ WebSocket usage in Python programs.") | |||
| 6644 | (sha256 | 6644 | (sha256 |
| 6645 | (base32 "0p0cz2mdissq7iw1n7jrmsfir0jfmgs1dvnpnrx477ffx9hbsxnk")))) | 6645 | (base32 "0p0cz2mdissq7iw1n7jrmsfir0jfmgs1dvnpnrx477ffx9hbsxnk")))) |
| 6646 | (native-inputs | 6646 | (native-inputs |
| 6647 | (modify-inputs (package-native-inputs python-websocket-client) | 6647 | (modify-inputs native-inputs |
| 6648 | (append python-six))))) | 6648 | (append python-six))))) |
| 6649 | 6649 | ||
| 6650 | (define-public python-purl | 6650 | (define-public python-purl |
| @@ -10145,7 +10145,7 @@ Plus all the standard features of requests: | |||
| 10145 | (list python-hatchling | 10145 | (list python-hatchling |
| 10146 | python-hatch-fancy-pypi-readme)) | 10146 | python-hatch-fancy-pypi-readme)) |
| 10147 | (propagated-inputs | 10147 | (propagated-inputs |
| 10148 | (modify-inputs (package-propagated-inputs python-httpx) | 10148 | (modify-inputs propagated-inputs |
| 10149 | (replace "python-httpcore" python-httpcore-bootstrap)))))) | 10149 | (replace "python-httpcore" python-httpcore-bootstrap)))))) |
| 10150 | 10150 | ||
| 10151 | (define-public python-httpx-sse | 10151 | (define-public python-httpx-sse |
| @@ -13573,7 +13573,7 @@ return paginated responses to your clients.") | |||
| 13573 | `(modify-phases ,phases | 13573 | `(modify-phases ,phases |
| 13574 | (delete 'sanity-check))))) | 13574 | (delete 'sanity-check))))) |
| 13575 | (propagated-inputs | 13575 | (propagated-inputs |
| 13576 | (modify-inputs (package-propagated-inputs python-tortoise-orm) | 13576 | (modify-inputs propagated-inputs |
| 13577 | (replace "python-aiosqlite" python-aiosqlite))))))) | 13577 | (replace "python-aiosqlite" python-aiosqlite))))))) |
| 13578 | (native-inputs | 13578 | (native-inputs |
| 13579 | (list python-aiosqlite | 13579 | (list python-aiosqlite |
