mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
python3Packages.pytouchlinesl: remove nix-update-script
This commit is contained in:
parent
fb6adcc551
commit
6abcae971c
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user