python3Packages.process-tests: optional ignore_case param to wait_for_strings
PR: https://github.com/ionelmc/python-process-tests/pull/7 Co-authored-by: Kerstin <kerstin@erictapen.name>
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
fetchpatch,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
@@ -15,6 +16,14 @@ buildPythonPackage rec {
|
||||
hash = "sha256-5dV96nFhJR6RytuEvz7MhSdfsSH9R45Xn4AHd7HUJL0=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
# Add optional ignore_case param to wait_for_strings
|
||||
url = "https://github.com/ionelmc/python-process-tests/commit/236c3e83722a36eddb4abb111a2fcceb49cc9ab7.patch";
|
||||
hash = "sha256-LbLaDXHbywvsq++lklNiLw8u0USuiEpuxzpNMhXBWtE=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
|
||||
# No tests
|
||||
|
||||
Reference in New Issue
Block a user