9 buildPythonPackage rec {
12 disabled = pythonOlder "3.6";
14 src = fetchFromGitHub {
17 rev = "refs/tags/${version}";
18 sha256 = "sha256-SVE5BrCCQgCrhOC0CSGgbZ9TEY3iZ9Rp/xMUShPAxxM=";
21 propagatedBuildInputs = [
26 # Tests requires network features
28 pythonImportsCheck = [ "pyruckus" ];
31 description = "Python client for Ruckus Unleashed";
32 homepage = "https://github.com/gabe565/pyruckus";
33 license = with licenses; [ mit ];
34 maintainers = with maintainers; [ fab ];