Unverified Commit 1c95a7b4 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

python312Packages.nextcord: depends on setuptools (#354833)

parents b41355dd 9b83f4c1
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@
  faust-cchardet,
  orjson,
  pynacl,
  setuptools,
}:

buildPythonPackage rec {
  pname = "nextcord";
  version = "2.6.1";

  format = "setuptools";
  pyproject = true;

  disabled = pythonOlder "3.8";

@@ -38,13 +38,18 @@ buildPythonPackage rec {
    })
  ];

  propagatedBuildInputs = [
  build-system = [
    setuptools
  ];

  dependencies = [
    aiodns
    aiohttp
    brotli
    faust-cchardet
    orjson
    pynacl
    setuptools # for pkg_resources, remove with next release
  ];

  # upstream has no tests