diff options
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 72a85100c70..7702c56eabf 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -10201,7 +10201,12 @@ library for Python.") | |||
| 10201 | "--deselect=tests/test_smart_open.py::ParseUriTest::test_gs_uri_contains_question_mark" | 10201 | "--deselect=tests/test_smart_open.py::ParseUriTest::test_gs_uri_contains_question_mark" |
| 10202 | "--deselect=tests/test_smart_open.py::ParseUriTest::test_gs_uri_contains_slash" | 10202 | "--deselect=tests/test_smart_open.py::ParseUriTest::test_gs_uri_contains_slash" |
| 10203 | "--deselect=tests/test_smart_open.py::ParseUriTest::test_scheme" | 10203 | "--deselect=tests/test_smart_open.py::ParseUriTest::test_scheme" |
| 10204 | "--ignore=tests/test_gcs.py"))) | 10204 | "--ignore=tests/test_gcs.py") |
| 10205 | #:phases | ||
| 10206 | #~(modify-phases %standard-phases | ||
| 10207 | (add-before 'build 'set-version | ||
| 10208 | (lambda _ | ||
| 10209 | (setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version)))))) | ||
| 10205 | (propagated-inputs | 10210 | (propagated-inputs |
| 10206 | (list python-azure-common | 10211 | (list python-azure-common |
| 10207 | python-azure-core | 10212 | python-azure-core |
| @@ -10219,6 +10224,7 @@ library for Python.") | |||
| 10219 | python-pytest-rerunfailures | 10224 | python-pytest-rerunfailures |
| 10220 | python-responses | 10225 | python-responses |
| 10221 | python-setuptools | 10226 | python-setuptools |
| 10227 | python-setuptools-scm | ||
| 10222 | python-wheel)) | 10228 | python-wheel)) |
| 10223 | (home-page "https://github.com/piskvorky/smart_open") | 10229 | (home-page "https://github.com/piskvorky/smart_open") |
| 10224 | (synopsis "Utilities for streaming large files") | 10230 | (synopsis "Utilities for streaming large files") |
