python312Packages.bilibili-api-python: fix 16.3.0 build (#352116)

This commit is contained in:
Theodore Ni 2024-10-29 12:38:42 -07:00 committed by GitHub
commit 027c11c5d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,6 @@
pyyaml,
qrcode,
qrcode-terminal,
requests,
rsa,
setuptools,
setuptools-scm,
@ -27,7 +26,8 @@ buildPythonPackage rec {
pyproject = true;
src = fetchPypi {
inherit pname version;
pname = "bilibili_api_python";
inherit version;
hash = "sha256-mwhyFc3b1qA7W76gaBcAup+Wca6gQAdRwZJaZXOHqCw=";
};
@ -51,7 +51,6 @@ buildPythonPackage rec {
brotli
httpx
qrcode
requests
apscheduler
rsa
pillow