tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.homematicip: refactor
Fabian Affolter
2 years ago
c542da23
934c189c
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
homematicip
default.nix
+2
-2
pkgs/development/python-modules/homematicip/default.nix
···
31
31
hash = "sha256-VMHInAmNO0Nw0ohZnIJ9c77h35YSSNNnPNYaUpBlKOQ=";
32
32
};
33
33
34
34
-
nativeBuildInputs = [
34
34
+
build-system = [
35
35
setuptools
36
36
setuptools-scm
37
37
];
38
38
39
39
-
propagatedBuildInputs = [
39
39
+
dependencies = [
40
40
aenum
41
41
aiohttp
42
42
async-timeout