17 buildPythonPackage rec {
20 format = "setuptools";
22 disabled = pythonOlder "3.7";
25 inherit pname version;
26 hash = "sha256-jJVXGBK8wWXEGvCzOTicHUh9jH35d1ARIxkLwn/ctjM=";
29 propagatedBuildInputs = [
42 # Project doesn't have tests
45 pythonImportsCheck = [
50 description = "Python SMB library";
51 homepage = "https://github.com/skelsec/aiosmb";
52 license = with licenses; [ mit ];
53 maintainers = with maintainers; [ fab ];