Skip to content

Commit dc73386

Browse files
committed
python313Packages.devolo-plc-api: refactor
1 parent 91b4778 commit dc73386

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/python-modules/devolo-plc-api

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/devolo-plc-api/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
buildPythonPackage rec {
2020
pname = "devolo-plc-api";
2121
version = "1.5.1";
22-
format = "pyproject";
22+
pyproject = true;
2323

2424
disabled = pythonOlder "3.8";
2525

@@ -35,9 +35,9 @@ buildPythonPackage rec {
3535
--replace-fail "protobuf>=4.22.0" "protobuf"
3636
'';
3737

38-
nativeBuildInputs = [ setuptools-scm ];
38+
build-system = [ setuptools-scm ];
3939

40-
propagatedBuildInputs = [
40+
dependencies = [
4141
httpx
4242
protobuf
4343
segno

0 commit comments

Comments
 (0)