python313Packages.bilibili-api-python: remove update script
Removed the unused nix-update-script from the package.
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
setuptools-scm,
|
||||
tqdm,
|
||||
yarl,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "bilibili-api-python";
|
||||
version = "17.4.0";
|
||||
@@ -69,8 +69,6 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "bilibili_api" ];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/Nemo2011/bilibili-api/releases/tag/${version}";
|
||||
description = "Python module providing convenient integration for various Bilibili API along with some additional common features";
|
||||
|
||||
Reference in New Issue
Block a user