python310Packages.django-tagging: rename from django_tagging
This commit is contained in:
parent
aa11efcfb6
commit
5b7d8aea98
@ -7,7 +7,7 @@
|
||||
, django-debug-toolbar
|
||||
, django-extensions
|
||||
, django-taggit
|
||||
, django_tagging
|
||||
, django-tagging
|
||||
, mock
|
||||
, pytest-django
|
||||
, selenium
|
||||
@ -41,7 +41,7 @@ buildPythonPackage rec {
|
||||
django-debug-toolbar
|
||||
django-extensions
|
||||
django-taggit
|
||||
django_tagging
|
||||
django-tagging
|
||||
mock
|
||||
pytest-django
|
||||
selenium
|
||||
|
@ -4,7 +4,7 @@
|
||||
, python
|
||||
, cairocffi
|
||||
, django
|
||||
, django_tagging
|
||||
, django-tagging
|
||||
, fetchFromGitHub
|
||||
, fetchpatch
|
||||
, gunicorn
|
||||
@ -49,7 +49,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [
|
||||
cairocffi
|
||||
django
|
||||
django_tagging
|
||||
django-tagging
|
||||
gunicorn
|
||||
pyparsing
|
||||
python-memcached
|
||||
|
@ -101,6 +101,7 @@ mapAliases ({
|
||||
django_polymorphic = django-polymorphic; # added 2022-05-24
|
||||
django_redis = django-redis; # added 2021-10-11
|
||||
django_silk = django-silk; # added 2023-07-25
|
||||
django_tagging = django-tagging; # added 2023-07-25
|
||||
django_taggit = django-taggit; # added 2021-10-11
|
||||
dns = dnspython; # added 2017-12-10
|
||||
dogpile_cache = dogpile-cache; # added 2021-10-28
|
||||
|
@ -2961,7 +2961,7 @@ self: super: with self; {
|
||||
|
||||
django-tables2 = callPackage ../development/python-modules/django-tables2 { };
|
||||
|
||||
django_tagging = callPackage ../development/python-modules/django_tagging { };
|
||||
django-tagging = callPackage ../development/python-modules/django-tagging { };
|
||||
|
||||
django-taggit = callPackage ../development/python-modules/django-taggit { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user