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