Commit 7896b277 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.django-tastypie: format with nixfmt

parent abcc8189
Loading
Loading
Loading
Loading
+10 −13
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchFromGitHub
, python-dateutil
, python-mimeparse
, pythonOlder
, setuptools
{
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  python-dateutil,
  python-mimeparse,
  pythonOlder,
  setuptools,
}:

buildPythonPackage rec {
@@ -21,9 +22,7 @@ buildPythonPackage rec {
    hash = "sha256-bQBq5Wk5P9c+/a5B+LnxG8aCrVK1A3jLsLFK69/UYjo=";
  };

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

  dependencies = [
    python-dateutil
@@ -33,9 +32,7 @@ buildPythonPackage rec {
  # Tests requires a Django instance
  doCheck = false;

  pythonImportsCheck = [
    "tastypie"
  ];
  pythonImportsCheck = [ "tastypie" ];

  meta = with lib; {
    description = "Utilities and helpers for writing Pylint plugins";