python3Packages.zfec: add pythonImportsCheck

This commit is contained in:
Pavol Rusnak 2021-11-16 10:38:27 +01:00
parent 0d3fcab2a0
commit 0f7a65dcbe
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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";