python3Packages.pydantic-yaml-0: disable nix-update-script

This commit is contained in:
Jon Seager 2024-04-16 12:17:03 +01:00
parent 6922c8caa3
commit 5ed8afee5e
No known key found for this signature in database

View File

@ -1,7 +1,6 @@
{ lib { lib
, buildPythonPackage , buildPythonPackage
, fetchFromGitHub , fetchFromGitHub
, nix-update-script
, deprecated , deprecated
, importlib-metadata , importlib-metadata
, pydantic_1 , pydantic_1
@ -55,8 +54,6 @@ buildPythonPackage rec {
pytestCheckHook pytestCheckHook
]; ];
passthru.updateScript = nix-update-script { };
meta = { meta = {
description = "A small helper library that adds some YAML capabilities to pydantic"; description = "A small helper library that adds some YAML capabilities to pydantic";
homepage = "https://github.com/NowanIlfideme/pydantic-yaml"; homepage = "https://github.com/NowanIlfideme/pydantic-yaml";