pythonPackages.pysmb: add pythonImportsCheck

This commit is contained in:
Martin Weinelt 2020-10-28 18:16:00 +01:00 committed by Jonathan Ringer
parent a8bc6fd7e0
commit d05139b362

View file

@ -25,6 +25,8 @@ buildPythonPackage rec {
# https://github.com/miketeo/pysmb/blob/master/python3/tests/README_1st.txt
doCheck = false;
pythonImportsCheck = [ "nmb" "smb" ];
meta = {
description = "Experimental SMB/CIFS library written in Python to support file sharing between Windows and Linux machines";
homepage = "https://miketeo.net/wp/index.php/projects/pysmb";