mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
python312Packages.django-stubs: refactor
This commit is contained in:
parent
6b581a44b6
commit
6eef522799
@ -27,9 +27,9 @@ buildPythonPackage rec {
|
||||
hash = "sha256-hhKMIotl5smoXl3FbrHG9BElkX2uDiHmz+zfGyfmMMU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
django
|
||||
django-stubs-ext
|
||||
types-pytz
|
||||
|
Loading…
Reference in New Issue
Block a user