mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
python3Packages.django-compressor: rename from django_compressor
This commit is contained in:
parent
9f1e8b93b3
commit
33ee10c80e
6 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
rcssmin, rjsmin, django-appconf }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "django_compressor";
|
||||
pname = "django-compressor";
|
||||
version = "4.0";
|
||||
|
||||
src = fetchPypi {
|
|
@ -1,4 +1,4 @@
|
|||
{ 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 ];
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@ buildPythonPackage rec {
|
|||
django-haystack
|
||||
django-mailman3
|
||||
django-q
|
||||
django_compressor
|
||||
django-compressor
|
||||
django-extensions
|
||||
djangorestframework
|
||||
flufl_lock
|
||||
|
|
|
@ -38,7 +38,7 @@ py.pkgs.buildPythonApplication rec {
|
|||
cronsim
|
||||
cryptography
|
||||
django
|
||||
django_compressor
|
||||
django-compressor
|
||||
fido2
|
||||
minio
|
||||
psycopg2
|
||||
|
|
|
@ -2378,7 +2378,7 @@ in {
|
|||
|
||||
django_compat = callPackage ../development/python-modules/django-compat { };
|
||||
|
||||
django_compressor = callPackage ../development/python-modules/django_compressor { };
|
||||
django-compressor = callPackage ../development/python-modules/django-compressor { };
|
||||
|
||||
django-configurations = callPackage ../development/python-modules/django-configurations { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue