python3Packages.highdicom: backport series_time validation fix (#519038)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
fetchpatch2,
|
||||
pytestCheckHook,
|
||||
numpy,
|
||||
pillow,
|
||||
@@ -26,6 +27,14 @@ buildPythonPackage rec {
|
||||
hash = "sha256-Tfy7u5MVapRE24CZLFzTnYChnH9JJ9V7FuUhDoktBFc=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# Fix time-of-day-dependent failure in series_time validation.
|
||||
(fetchpatch2 {
|
||||
url = "https://github.com/ImagingDataCommons/highdicom/commit/e9e3f2514a74b0d4be736cff222c934ef66d67ff.patch";
|
||||
hash = "sha256-48dJAimxXYG0FQouquY5TLXi+3HarS8yx9HoLXiFymM=";
|
||||
})
|
||||
];
|
||||
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user