python310Packages.pyorthanc: relax httpx dependency

This commit is contained in:
Theodore Ni 2023-06-15 21:55:02 -07:00
parent e6272819a1
commit 57dd497f01
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -3,6 +3,7 @@
, fetchFromGitHub
, pythonOlder
, pytestCheckHook
, pythonRelaxDepsHook
, poetry-core
, httpx
, pydicom
@ -22,10 +23,14 @@ buildPythonPackage rec {
hash = "sha256-RZJ7BuQRJ+yaHFv9iq4uFvMtH8NvGvmpjmgmyvw9rGk=";
};
nativeBuildInputs = [ poetry-core ];
nativeBuildInputs = [ pythonRelaxDepsHook poetry-core ];
propagatedBuildInputs = [ httpx pydicom ];
pythonRelaxDeps = [
"httpx"
];
doCheck = false; # requires orthanc server (not in Nixpkgs)
pythonImportsCheck = [