File tree Expand file tree Collapse file tree 3 files changed +1
-47
lines changed
development/python-modules/imgtool Expand file tree Collapse file tree 3 files changed +1
-47
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -270,6 +270,7 @@ mapAliases ({
270270 imdbpy = throw "imdbpy has been renamed to cinemagoer" ; # added 2022-08-08
271271 image-match = throw "image-match has been removed because it is no longer maintained" ; # added 2023-06-10
272272 imgaug = throw "imgaug has been removed as it is no longer maintained" ; # added 2023-07-10
273+ imgtool = throw "imgtool has been promoted to a top-level attribute name: `mcuboot-imgtool`" ; # added 2024-10-09
273274 intreehook = throw "intreehooks has been removed because it is obsolete as a backend-path key was added to PEP 517" ; # added 2023-04-11
274275 ipaddress = throw "ipaddress has been removed because it is no longer required since python 2.7." ; # added 2022-05-30
275276 ipdbplugin = throw "ipdbplugin has been removed because it has no longer maintained for 6 years" ; # added 2024-05-21
Original file line number Diff line number Diff line change @@ -6061,8 +6061,6 @@ self: super: with self; {
60616061
60626062 imgsize = callPackage ../development/python-modules/imgsize { };
60636063
6064- imgtool = callPackage ../development/python-modules/imgtool { };
6065-
60666064 imgw-pib = callPackage ../development/python-modules/imgw-pib { };
60676065
60686066 imia = callPackage ../development/python-modules/imia { };
You can’t perform that action at this time.
0 commit comments