Unverified Commit 5ed8afee authored by Jon Seager's avatar Jon Seager
Browse files

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

parent 6922c8ca
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchFromGitHub
, nix-update-script
, deprecated
, importlib-metadata
, pydantic_1
@@ -55,8 +54,6 @@ buildPythonPackage rec {
    pytestCheckHook
  ];

  passthru.updateScript = nix-update-script { };

  meta = {
    description = "A small helper library that adds some YAML capabilities to pydantic";
    homepage = "https://github.com/NowanIlfideme/pydantic-yaml";