python312Packages.dropmqttapi: refactor

This commit is contained in:
Fabian Affolter 2024-04-26 10:03:08 +02:00
parent 4d58e253cf
commit 36c7011f87

View File

@ -19,7 +19,7 @@ buildPythonPackage rec {
hash = "sha256-njReF9Mu5E9o5WcbK60CCBWaIhZ3tpQHHlY/iEyyHGg="; hash = "sha256-njReF9Mu5E9o5WcbK60CCBWaIhZ3tpQHHlY/iEyyHGg=";
}; };
nativeBuildInputs = [ build-system = [
setuptools setuptools
]; ];