lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.devolo-plc-api: refactor

+3 -3
+3 -3
pkgs/development/python-modules/devolo-plc-api/default.nix
··· 19 19 buildPythonPackage rec { 20 20 pname = "devolo-plc-api"; 21 21 version = "1.5.1"; 22 - format = "pyproject"; 22 + pyproject = true; 23 23 24 24 disabled = pythonOlder "3.8"; 25 25 ··· 35 35 --replace-fail "protobuf>=4.22.0" "protobuf" 36 36 ''; 37 37 38 - nativeBuildInputs = [ setuptools-scm ]; 38 + build-system = [ setuptools-scm ]; 39 39 40 - propagatedBuildInputs = [ 40 + dependencies = [ 41 41 httpx 42 42 protobuf 43 43 segno