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 @@ -268,6 +268,7 @@ mapAliases ({
268268 imdbpy = throw "imdbpy has been renamed to cinemagoer" ; # added 2022-08-08
269269 image-match = throw "image-match has been removed because it is no longer maintained" ; # added 2023-06-10
270270 imgaug = throw "imgaug has been removed as it is no longer maintained" ; # added 2023-07-10
271+ imgtool = throw "imgtool has been promoted to a top-level attribute name: `mcuboot-imgtool`" ; # added 2024-10-09
271272 intreehook = throw "intreehooks has been removed because it is obsolete as a backend-path key was added to PEP 517" ; # added 2023-04-11
272273 ipaddress = throw "ipaddress has been removed because it is no longer required since python 2.7." ; # added 2022-05-30
273274 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 @@ -6039,8 +6039,6 @@ self: super: with self; {
60396039
60406040 imgsize = callPackage ../development/python-modules/imgsize { };
60416041
6042- imgtool = callPackage ../development/python-modules/imgtool { };
6043-
60446042 imgw-pib = callPackage ../development/python-modules/imgw-pib { };
60456043
60466044 imia = callPackage ../development/python-modules/imia { };
You can’t perform that action at this time.
0 commit comments