Unverified Commit 027c11c5 authored by Theodore Ni's avatar Theodore Ni Committed by GitHub
Browse files

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

parents 0071d669 b2a996d2
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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