Unverified Commit 33ee10c8 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.django-compressor: rename from django_compressor

parent 9f1e8b93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ python.pkgs.buildPythonApplication rec {
  propagatedBuildInputs = with python.pkgs; [
    django
    future
    django-compressor
    django-statici18n
    django-webpack-loader
    django-simple-captcha
@@ -48,7 +49,6 @@ python.pkgs.buildPythonApplication rec {
    mysqlclient
    pillow
    python-dateutil
    django_compressor
    djangorestframework
    openpyxl
    requests
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  rcssmin, rjsmin, django-appconf }:

buildPythonPackage rec {
    pname = "django_compressor";
    pname = "django-compressor";
    version = "4.0";

    src = fetchPypi {
+2 −2
Original line number Diff line number Diff line
{ lib, buildPythonPackage, fetchPypi, django-gravatar2, django_compressor
{ lib, buildPythonPackage, fetchPypi, django-gravatar2, django-compressor
, django-allauth, mailmanclient, django, mock
}:

@@ -12,7 +12,7 @@ buildPythonPackage rec {
  };

  propagatedBuildInputs = [
    django-gravatar2 django_compressor django-allauth mailmanclient
    django-gravatar2 django-compressor django-allauth mailmanclient
  ];
  checkInputs = [ django mock ];

+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ buildPythonPackage rec {
    django-haystack
    django-mailman3
    django-q
    django_compressor
    django-compressor
    django-extensions
    djangorestframework
    flufl_lock
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ py.pkgs.buildPythonApplication rec {
    cronsim
    cryptography
    django
    django_compressor
    django-compressor
    fido2
    minio
    psycopg2
Loading