python312Packages.dramatiq: switch to pypa builder

This commit is contained in:
natsukium 2024-10-29 17:47:12 +09:00
parent adbd375973
commit 50b246d7bb
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -10,6 +10,7 @@
pylibmc,
pytestCheckHook,
redis,
setuptools,
watchdog,
watchdog-gevent,
}:
@ -17,7 +18,7 @@
buildPythonPackage rec {
pname = "dramatiq";
version = "1.17.1";
format = "setuptools";
pyproject = true;
disabled = pythonOlder "3.8";
@ -28,7 +29,9 @@ buildPythonPackage rec {
hash = "sha256-NeUGhG+H6r+JGd2qnJxRUbQ61G7n+3tsuDugTin3iJ4=";
};
propagatedBuildInputs = [ prometheus-client ];
build-system = [ setuptools ];
dependencies = [ prometheus-client ];
optional-dependencies = {
all = [