python39Packages.zstandard: add pythonImportsCheck

This commit is contained in:
Sandro Jäckel 2022-03-23 10:13:31 +01:00
parent 85a633de9f
commit d1fe50a4ac
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -20,6 +20,8 @@ buildPythonPackage rec {
checkInputs = [ hypothesis ];
pythonImportsCheck = [ "zstandard" ];
meta = with lib; {
description = "zstandard bindings for Python";
homepage = "https://github.com/indygreg/python-zstandard";