Skip to content

Commit a415667

Browse files
python312Packages.imgtool: remove (#347346)
2 parents 33fe064 + 8c78777 commit a415667

File tree

3 files changed

+1
-47
lines changed

3 files changed

+1
-47
lines changed

pkgs/development/python-modules/imgtool/default.nix

Lines changed: 0 additions & 45 deletions
This file was deleted.

pkgs/top-level/python-aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

pkgs/top-level/python-packages.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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 { };

0 commit comments

Comments
 (0)