python310Packages.pyramid-chameleon: rename from pyramid_chameleon
This commit is contained in:
parent
7b3d58a5d2
commit
4400a76459
@ -279,6 +279,7 @@ mapAliases ({
|
||||
PyMVGLive = pymvglive; # added 2023-02-19
|
||||
pyqt4 = throw "pyqt4 has been removed, because it depended on the long EOL qt4"; # added 2022-06-09
|
||||
pyramid_beaker = pyramid-beaker; # added 2023-08-23
|
||||
pyramid_chameleon = pyramid-chameleon; # added 2023-08-23
|
||||
pyramid_hawkauth = throw "pyramid_hawkauth has been removed because it is no longer maintained"; # added 2023-02-2
|
||||
pyramid_jinja2 = pyramid-jinja2; # added 2023-06-06
|
||||
pyreadability = readability-lxml; # added 2022-05-24
|
||||
|
@ -10682,7 +10682,7 @@ self: super: with self; {
|
||||
|
||||
pyramid = callPackage ../development/python-modules/pyramid { };
|
||||
|
||||
pyramid_chameleon = callPackage ../development/python-modules/pyramid_chameleon { };
|
||||
pyramid-chameleon = callPackage ../development/python-modules/pyramid-chameleon { };
|
||||
|
||||
pyramid_exclog = callPackage ../development/python-modules/pyramid_exclog { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user