Loading pkgs/development/python-modules/pycontrol4/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ , buildPythonPackage , pythonOlder , fetchFromGitHub , setuptools , aiohttp , xmltodict , python-socketio Loading @@ -14,7 +15,7 @@ buildPythonPackage rec { disabled = pythonOlder "3.6"; format = "setuptools"; pyproject = true; src = fetchFromGitHub { owner = "lawtancool"; Loading @@ -28,6 +29,10 @@ buildPythonPackage rec { --replace "python-socketio>=4,<5" "python-socketio>=4" ''; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ aiohttp xmltodict Loading Loading
pkgs/development/python-modules/pycontrol4/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ , buildPythonPackage , pythonOlder , fetchFromGitHub , setuptools , aiohttp , xmltodict , python-socketio Loading @@ -14,7 +15,7 @@ buildPythonPackage rec { disabled = pythonOlder "3.6"; format = "setuptools"; pyproject = true; src = fetchFromGitHub { owner = "lawtancool"; Loading @@ -28,6 +29,10 @@ buildPythonPackage rec { --replace "python-socketio>=4,<5" "python-socketio>=4" ''; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ aiohttp xmltodict Loading