Skip to content

Commit

Permalink
python312Packages.imgtool: remove (#347346)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Oct 21, 2024
2 parents 33fe064 + 8c78777 commit a415667
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 47 deletions.
45 changes: 0 additions & 45 deletions pkgs/development/python-modules/imgtool/default.nix

This file was deleted.

1 change: 1 addition & 0 deletions pkgs/top-level/python-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ mapAliases ({
imdbpy = throw "imdbpy has been renamed to cinemagoer"; # added 2022-08-08
image-match = throw "image-match has been removed because it is no longer maintained"; # added 2023-06-10
imgaug = throw "imgaug has been removed as it is no longer maintained"; # added 2023-07-10
imgtool = throw "imgtool has been promoted to a top-level attribute name: `mcuboot-imgtool`"; # added 2024-10-09
intreehook = throw "intreehooks has been removed because it is obsolete as a backend-path key was added to PEP 517"; # added 2023-04-11
ipaddress = throw "ipaddress has been removed because it is no longer required since python 2.7."; # added 2022-05-30
ipdbplugin = throw "ipdbplugin has been removed because it has no longer maintained for 6 years"; # added 2024-05-21
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6061,8 +6061,6 @@ self: super: with self; {

imgsize = callPackage ../development/python-modules/imgsize { };

imgtool = callPackage ../development/python-modules/imgtool { };

imgw-pib = callPackage ../development/python-modules/imgw-pib { };

imia = callPackage ../development/python-modules/imia { };
Expand Down

0 comments on commit a415667

Please sign in to comment.