python3Packages.livekit-api: add updateScript
This commit is contained in:
parent
55347c1937
commit
c451881bba
@ -8,6 +8,7 @@
|
||||
protobuf,
|
||||
livekit-protocol,
|
||||
pytestCheckHook,
|
||||
gitUpdater,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -43,6 +44,8 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "livekit" ];
|
||||
|
||||
passthru.updateScript = gitUpdater { rev-prefix = "api-v"; };
|
||||
|
||||
meta = {
|
||||
description = "LiveKit real-time and server SDKs for Python";
|
||||
homepage = "https://github.com/livekit/python-sdks/";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user