Skip to content

Commit c17b473

Browse files
python312Packages.django-q: use build-system/dependencies, correct used build-system
1 parent a056552 commit c17b473

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pkgs/development/python-modules/django-q/default.nix

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
pytestCheckHook,
1818
pythonOlder,
1919
redis,
20-
setuptools,
2120
}:
2221

2322
buildPythonPackage rec {
@@ -38,12 +37,11 @@ buildPythonPackage rec {
3837
# analog to https://github.com/NixOS/nixpkgs/pull/171200
3938
patches = [ ./pep-621.patch ];
4039

41-
nativeBuildInputs = [
40+
build-system = [
4241
poetry-core
43-
setuptools
4442
];
4543

46-
propagatedBuildInputs = [
44+
dependencies = [
4745
django-picklefield
4846
arrow
4947
blessed

0 commit comments

Comments
 (0)