python312Packages.bilibili-api-python: fix 16.3.0 build
The published tar.gz name changed from using hyphens to underscores (likely because of change in setuptools 72.2.0). At the same time, I noticed that the CHANGELOG removes requests as a dependency, so I've done the same here.
This commit is contained in:
parent
66b454af86
commit
b2a996d231
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user