Skip to content

Commit

Permalink
python312Packages.django-q: use build-system/dependencies, correct us…
Browse files Browse the repository at this point in the history
…ed build-system
  • Loading branch information
SuperSandro2000 committed Dec 9, 2024
1 parent a056552 commit c17b473
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkgs/development/python-modules/django-q/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
pytestCheckHook,
pythonOlder,
redis,
setuptools,
}:

buildPythonPackage rec {
Expand All @@ -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
Expand Down

0 comments on commit c17b473

Please sign in to comment.