diff options
| author | Marius Bakke <marius@gnu.org> | 2022-08-30 20:18:55 +0200 |
|---|---|---|
| committer | Marius Bakke <marius@gnu.org> | 2022-08-30 20:18:55 +0200 |
| commit | 59c136ef611b7a00683af1d1bb406dbd1af1a2bd (patch) | |
| tree | 1ab434580130c7fd11b8ef5c22a91087b8401559 /gnu/packages/python.scm | |
| parent | a6f42953626df657041fddfc36a207b06c38f944 (diff) | |
| parent | d62fc2cc837b095ff1a633ae2639513ea3253596 (diff) | |
Merge branch 'staging' into core-updates
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 1c3d037d995..b090668e53f 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -389,7 +389,7 @@ | |||
| 389 | gdbm | 389 | gdbm |
| 390 | libffi ; for ctypes | 390 | libffi ; for ctypes |
| 391 | sqlite ; for sqlite extension | 391 | sqlite ; for sqlite extension |
| 392 | openssl | 392 | openssl-1.1 |
| 393 | readline | 393 | readline |
| 394 | zlib | 394 | zlib |
| 395 | tcl | 395 | tcl |
| @@ -557,6 +557,9 @@ data types.") | |||
| 557 | (map cdr outputs))))) | 557 | (map cdr outputs))))) |
| 558 | (replace 'install-sitecustomize.py | 558 | (replace 'install-sitecustomize.py |
| 559 | ,(customize-site version)))))) | 559 | ,(customize-site version)))))) |
| 560 | (inputs | ||
| 561 | (modify-inputs (package-inputs python-2.7) | ||
| 562 | (replace "openssl" openssl))) | ||
| 560 | (native-inputs | 563 | (native-inputs |
| 561 | `(("tzdata" ,tzdata-for-tests) | 564 | `(("tzdata" ,tzdata-for-tests) |
| 562 | ("unzip" ,unzip) | 565 | ("unzip" ,unzip) |
