Skip to content

Commit

Permalink
python3Packages.django-storages: Stylistic updates
Browse files Browse the repository at this point in the history
  • Loading branch information
onny committed Oct 28, 2024
1 parent a7c4257 commit 05daae7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/development/python-modules/django-storages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ buildPythonPackage rec {
})
];

nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];

propagatedBuildInputs = [ django ];
dependencies = [ django ];

optional-dependencies = {
azure = [ azure-storage-blob ];
Expand Down Expand Up @@ -76,12 +76,12 @@ buildPythonPackage rec {
"test_storage_save_gzip"
];

meta = with lib; {
meta = {
description = "Collection of custom storage backends for Django";
changelog = "https://github.com/jschneier/django-storages/blob/${version}/CHANGELOG.rst";
downloadPage = "https://github.com/jschneier/django-storages/";
homepage = "https://django-storages.readthedocs.io";
license = licenses.bsd3;
maintainers = with maintainers; [ mmai ];
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ mmai ];
};
}

0 comments on commit 05daae7

Please sign in to comment.