python312Packages.django-q: use build-system/dependencies, correct used build-system

This commit is contained in:
Sandro Jäckel 2024-12-09 22:40:02 +01:00
parent a056552137
commit c17b4733f4
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -17,7 +17,6 @@
pytestCheckHook,
pythonOlder,
redis,
setuptools,
}:
buildPythonPackage rec {
@ -38,12 +37,11 @@ buildPythonPackage rec {
# analog to https://github.com/NixOS/nixpkgs/pull/171200
patches = [ ./pep-621.patch ];
nativeBuildInputs = [
build-system = [
poetry-core
setuptools
];
propagatedBuildInputs = [
dependencies = [
django-picklefield
arrow
blessed