diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-03-08 20:51:35 -0500 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-03-09 15:23:35 -0500 |
| commit | 1a7424957dbe50c68a49145f95955984c4fa118e (patch) | |
| tree | 2c8a25a8147e9ed45b376ecd8c9fd046b98afe58 /gnu/packages/python-xyz.scm | |
| parent | 67cb8e90c4e3ba36859e31b375466cddfc4a5230 (diff) | |
gnu: python-robotframework-sshlibrary: Patch for RobotFramework 5 compatibility.
* gnu/packages/patches/python-robotframework-sshlibrary-rf5-compat.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/python-xyz.scm (python-robotframework-sshlibrary): Apply it.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e977620ac6b..53db2e2062d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -4850,7 +4850,9 @@ trace directly to the terminal to ease debugging.") | |||
| 4850 | (file-name (git-file-name name version)) | 4850 | (file-name (git-file-name name version)) |
| 4851 | (sha256 | 4851 | (sha256 |
| 4852 | (base32 | 4852 | (base32 |
| 4853 | "1fn72hw7xacjjpl4dd6wynh2x63i9rk8iqhj3v640db21qpcnbkw")))) | 4853 | "1fn72hw7xacjjpl4dd6wynh2x63i9rk8iqhj3v640db21qpcnbkw")) |
| 4854 | (patches (search-patches | ||
| 4855 | "python-robotframework-sshlibrary-rf5-compat.patch")))) | ||
| 4854 | (build-system python-build-system) | 4856 | (build-system python-build-system) |
| 4855 | (arguments | 4857 | (arguments |
| 4856 | `(#:phases | 4858 | `(#:phases |
