lol
0
fork

Configure Feed

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

python312Packages.dropmqttapi: format with nixfmt

+8 -11
+8 -11
pkgs/development/python-modules/dropmqttapi/default.nix
··· 1 - { lib 2 - , buildPythonPackage 3 - , fetchFromGitHub 4 - , pythonOlder 5 - , setuptools 1 + { 2 + lib, 3 + buildPythonPackage, 4 + fetchFromGitHub, 5 + pythonOlder, 6 + setuptools, 6 7 }: 7 8 8 9 buildPythonPackage rec { ··· 19 20 hash = "sha256-njReF9Mu5E9o5WcbK60CCBWaIhZ3tpQHHlY/iEyyHGg="; 20 21 }; 21 22 22 - build-system = [ 23 - setuptools 24 - ]; 23 + build-system = [ setuptools ]; 25 24 26 25 # Module has no test 27 26 doCheck = false; 28 27 29 - pythonImportsCheck = [ 30 - "dropmqttapi" 31 - ]; 28 + pythonImportsCheck = [ "dropmqttapi" ]; 32 29 33 30 meta = with lib; { 34 31 description = "Python MQTT API for DROP water management products";