Skip to content

Commit

Permalink
python310Packages.opencv3: remove
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdarwin committed Oct 26, 2023
1 parent c46233b commit 2a59ce6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions pkgs/top-level/python-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ mapAliases ({
notifymuch = throw "notifymuch has been promoted to a top-level attribute"; # added 2022-10-02
Nuitka = nuitka; # added 2023-02-19
ntlm-auth = throw "ntlm-auth has been removed, because it relies on the md4 implementation provided by openssl. Use pyspnego instead.";
opencv3 = throw "opencv3 has been removed as it is obsolete"; # added 2023-10-12
opsdroid_get_image_size = opsdroid-get-image-size; # added 2023-10-16
ordereddict = throw "ordereddict has been removed because it is only useful on unsupported python versions."; # added 2022-05-28
pafy = throw "pafy has been removed because it is unmaintained and only a dependency of mps-youtube, itself superseded by yewtube"; # Added 2023-01-19
Expand Down
5 changes: 0 additions & 5 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8431,11 +8431,6 @@ self: super: with self; {

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

opencv3 = toPythonModule (pkgs.opencv3.override {
enablePython = true;
pythonPackages = self;
});

opencv4 = toPythonModule (pkgs.opencv4.override {
enablePython = true;
pythonPackages = self;
Expand Down

0 comments on commit 2a59ce6

Please sign in to comment.