python3Packages.pytouchlinesl: remove nix-update-script

This commit is contained in:
Jon Seager 2024-08-23 19:55:46 +01:00
parent fb6adcc551
commit 6abcae971c
No known key found for this signature in database

View File

@ -3,7 +3,6 @@
buildPythonPackage,
fetchFromGitHub,
lib,
nix-update-script,
pydantic,
pytest-asyncio,
pytestCheckHook,
@ -39,8 +38,6 @@ buildPythonPackage rec {
pythonImportsCheck = [ "pytouchlinesl" ];
passthru.updateScript = nix-update-script { };
meta = {
description = "A Python API client for Roth's TouchlineSL API";
homepage = "https://github.com/jnsgruk/pytouchlinesl";