python39Packages.zstandard: add pythonImportsCheck

This commit is contained in:
Sandro Jäckel
2022-03-23 10:13:31 +01:00
parent 85a633de9f
commit d1fe50a4ac
@@ -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";