Loading pkgs/development/python-modules/myuplink/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ buildPythonPackage rec { version = "0.6.0"; pyproject = true; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "pajzo"; Loading @@ -25,11 +25,11 @@ buildPythonPackage rec { --replace-fail "%%VERSION_NO%%" "${version}" ''; nativeBuildInputs = [ build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ aiohttp ]; Loading Loading
pkgs/development/python-modules/myuplink/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ buildPythonPackage rec { version = "0.6.0"; pyproject = true; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "pajzo"; Loading @@ -25,11 +25,11 @@ buildPythonPackage rec { --replace-fail "%%VERSION_NO%%" "${version}" ''; nativeBuildInputs = [ build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ aiohttp ]; Loading