mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-22 13:43:22 +00:00
python312Packages.django-q: use build-system/dependencies, correct used build-system
This commit is contained in:
parent
a056552137
commit
c17b4733f4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user