8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "0prgx01hzs49prrazgxrinm7ivqzy57ch06qm2h7s1p957sazds8";
18 propagatedBuildInputs = [ urllib3 ];
20 # upstream has no tests
24 description = "API towards the Ubiquity Networks UniFi controller";
25 homepage = "https://pypi.python.org/pypi/unifi/";
26 license = licenses.mit;
27 maintainers = with maintainers; [ peterhoeg ];