summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/python-packages.nix
diff options
context:
space:
mode:
authorTyler Benster <tbenst@gmail.com>2019-06-05 22:23:38 -0700
committertbenst <lensman@tylerbenster.com>2019-09-05 14:04:24 -0700
commitd0a442f6e55a3083b87fd73d09d6a32aac0aefbf (patch)
treedf52d91e25b0b5289c47ef48c8bc02ee3614cb62 /pkgs/top-level/python-packages.nix
parent8b3d0b00d571878d0e5635f471ef3944b049478b (diff)
imagecodecs-lite: init at 2019.4.20
Diffstat (limited to 'pkgs/top-level/python-packages.nix')
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index e21463ab93f9..dd4ab8524cf9 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -2094,6 +2094,8 @@ in {
ijson = callPackage ../development/python-modules/ijson {};
+ imagecodecs-lite = disabledIf (!isPy3k) (callPackage ../development/python-modules/imagecodecs-lite { });
+
imagesize = callPackage ../development/python-modules/imagesize { };
image-match = callPackage ../development/python-modules/image-match { };