Merge pull request #336838 from jnsgruk/pytouchlinesl

python3Packages.pytouchlinesl: remove nix-update-script
This commit is contained in:
Robert Schütz
2024-08-23 12:10:20 -07:00
committed by GitHub
@@ -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";