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.
This commit is contained in:
Maxim Cournoyer 2022-03-08 20:51:35 -05:00
parent 67cb8e90c4
commit 1a7424957d
No known key found for this signature in database
GPG key ID: 1260E46482E63562
3 changed files with 23 additions and 1 deletions

View file

@ -4850,7 +4850,9 @@ trace directly to the terminal to ease debugging.")
(file-name (git-file-name name version))
(sha256
(base32
"1fn72hw7xacjjpl4dd6wynh2x63i9rk8iqhj3v640db21qpcnbkw"))))
"1fn72hw7xacjjpl4dd6wynh2x63i9rk8iqhj3v640db21qpcnbkw"))
(patches (search-patches
"python-robotframework-sshlibrary-rf5-compat.patch"))))
(build-system python-build-system)
(arguments
`(#:phases