python312Packages.nextcord: depends on setuptools (#354833)

This commit is contained in:
Robert Schütz 2024-11-13 13:53:14 -08:00 committed by GitHub
commit 1c95a7b4ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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