mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
pythonPackages.pysmb: add pythonImportsCheck
This commit is contained in:
parent
a8bc6fd7e0
commit
d05139b362
@ -25,6 +25,8 @@ buildPythonPackage rec {
|
|||||||
# https://github.com/miketeo/pysmb/blob/master/python3/tests/README_1st.txt
|
# https://github.com/miketeo/pysmb/blob/master/python3/tests/README_1st.txt
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "nmb" "smb" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Experimental SMB/CIFS library written in Python to support file sharing between Windows and Linux machines";
|
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";
|
homepage = "https://miketeo.net/wp/index.php/projects/pysmb";
|
||||||
|
Loading…
Reference in New Issue
Block a user