11 buildPythonPackage rec {
15 disabled = pythonOlder "3.6";
17 format = "setuptools";
19 src = fetchFromGitHub {
23 hash = "sha256-dMv2b6dbMauPvPf4LHKmLF4jnXYRYe6A+2lDtiZDUhY=";
27 substituteInPlace setup.py \
28 --replace "python-socketio>=4,<5" "python-socketio>=4"
31 propagatedBuildInputs = [
38 # tests access network
41 pythonImportsCheck = [
49 description = "Python 3 asyncio package for interacting with Control4 systems";
50 homepage = "https://github.com/lawtancool/pyControl4";
51 license = licenses.asl20;
52 maintainers = with maintainers; [ dotlambda ];