python3Packages.zfec: add pythonImportsCheck

This commit is contained in:
Pavol Rusnak
2021-11-16 10:42:10 +01:00
parent 0d3fcab2a0
commit 0f7a65dcbe
@@ -24,6 +24,8 @@ buildPythonPackage rec {
sed -i -e '/argparse/d' setup.py
'';
pythonImportsCheck = [ "zfec" ];
meta = with lib; {
homepage = "https://github.com/tahoe-lafs/zfec";
description = "Zfec, a fast erasure codec which can be used with the command-line, C, Python, or Haskell";