Merge pull request #216071 from alyssais/mediapy-flit

python3.pkgs.mediapy: fix build
This commit is contained in:
Martin Weinelt 2023-02-12 22:35:55 +00:00 committed by GitHub
commit 511acc13a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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