python3Packages.microsoft-kiota-serialization-json: add passthru.updateScript
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
pytest-mock,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
gitUpdater,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -42,6 +43,10 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "kiota_serialization_json" ];
|
||||
|
||||
passthru.updateScript = gitUpdater {
|
||||
rev-prefix = "microsoft-kiota-serialization-json-v";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "JSON serialization implementation for Kiota clients in Python";
|
||||
homepage = "https://github.com/microsoft/kiota-python/tree/main/packages/serialization/json";
|
||||
|
||||
Reference in New Issue
Block a user