python3.pkgs.mediapy: fix build

Changed to flit in 1.1.2.

Fixes: afc23a5a3b ("python3Packages.mediapy: 1.1.0 -> 1.1.2")
This commit is contained in:
Alyssa Ross 2023-02-12 22:08:24 +00:00
parent d1801a813d
commit 55070e598e
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -21,6 +21,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [ ipython matplotlib numpy pillow ];
format = "flit";
pythonImportsCheck = [ "mediapy" ];
meta = with lib; {