Merge pull request #324348 from summersamara/python-process-tests-add-patch

python3Packages.process-tests: optional ignore_case param to wait_for_strings
This commit is contained in:
Kerstin 2024-07-03 16:54:43 +02:00 committed by GitHub
commit 6a4391a49f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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