We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b4778 commit dc73386Copy full SHA for dc73386
pkgs/development/python-modules/devolo-plc-api/default.nix
@@ -19,7 +19,7 @@
19
buildPythonPackage rec {
20
pname = "devolo-plc-api";
21
version = "1.5.1";
22
- format = "pyproject";
+ pyproject = true;
23
24
disabled = pythonOlder "3.8";
25
@@ -35,9 +35,9 @@ buildPythonPackage rec {
35
--replace-fail "protobuf>=4.22.0" "protobuf"
36
'';
37
38
- nativeBuildInputs = [ setuptools-scm ];
+ build-system = [ setuptools-scm ];
39
40
- propagatedBuildInputs = [
+ dependencies = [
41
httpx
42
protobuf
43
segno
0 commit comments