Skip to content

Commit

Permalink
python312Packages.bilibili-api-python: fix 16.3.0 build (#352116)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjni authored Oct 29, 2024
2 parents 0071d66 + b2a996d commit 027c11c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
pyyaml,
qrcode,
qrcode-terminal,
requests,
rsa,
setuptools,
setuptools-scm,
Expand All @@ -27,7 +26,8 @@ buildPythonPackage rec {
pyproject = true;

src = fetchPypi {
inherit pname version;
pname = "bilibili_api_python";
inherit version;
hash = "sha256-mwhyFc3b1qA7W76gaBcAup+Wca6gQAdRwZJaZXOHqCw=";
};

Expand All @@ -51,7 +51,6 @@ buildPythonPackage rec {
brotli
httpx
qrcode
requests
apscheduler
rsa
pillow
Expand Down

0 comments on commit 027c11c

Please sign in to comment.