python3.pkgs.monai-deploy: replace versioneer-518 with versioneer

This commit is contained in:
Theodore Ni 2023-08-23 17:42:37 -07:00
parent 18b5b2d448
commit 73248724f1
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -26,6 +26,12 @@ buildPythonPackage rec {
hash = "sha256-oaNZ0US0YR/PSwAZ5GfRpAW+HRYVhdCZI83fC00rgok=";
};
postPatch = ''
# Asked in https://github.com/Project-MONAI/monai-deploy-app-sdk/issues/450
# if this patch can be incorporated upstream.
substituteInPlace pyproject.toml --replace 'versioneer-518' 'versioneer'
'';
nativeBuildInputs = [ versioneer ];
propagatedBuildInputs = [