Skip to content

Commit 8c78777

Browse files
committed
python312Packages.imgtool: remove
This is already packaged as a proper Python application in mcuboot-imgtool. An alias redirects existing users.
1 parent 982fe78 commit 8c78777

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
@@ -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

pkgs/top-level/python-packages.nix

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

0 commit comments

Comments
 (0)