Skip to content

Commit 1fb908b

Browse files
committed
python313Packages.vallox-websocket-api: modernize
1 parent 623b612 commit 1fb908b

File tree

1 file changed

+2
-7
lines changed
  • pkgs/development/python-modules/vallox-websocket-api

1 file changed

+2
-7
lines changed

pkgs/development/python-modules/vallox-websocket-api/default.nix

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
lib,
33
aiohttp,
44
buildPythonPackage,
5-
pythonOlder,
65
fetchFromGitHub,
76
setuptools,
87
construct,
@@ -16,22 +15,18 @@ buildPythonPackage rec {
1615
version = "5.4.0";
1716
pyproject = true;
1817

19-
disabled = pythonOlder "3.9";
20-
2118
src = fetchFromGitHub {
2219
owner = "yozik04";
2320
repo = "vallox_websocket_api";
2421
tag = version;
2522
hash = "sha256-L9duL8XfDUxHgJxVbG7PPPRJRzVEckxqbB+1vX0GalU=";
2623
};
2724

28-
nativeBuildInputs = [
25+
build-system = [
2926
setuptools
3027
];
3128

32-
pythonRelaxDeps = [ "websockets" ];
33-
34-
propagatedBuildInputs = [
29+
dependencies = [
3530
aiohttp
3631
construct
3732
websockets

0 commit comments

Comments
 (0)