python312Packages.pysigma-backend-sqlite: refactor

+2 -2
+2 -2
pkgs/development/python-modules/pysigma-backend-sqlite/default.nix
··· 23 hash = "sha256-PQByKARf0OOMC9LRTz3XVrFZp6ODSggMJeA6PNK/AuA="; 24 }; 25 26 - nativeBuildInputs = [ poetry-core ]; 27 28 - propagatedBuildInputs = [ pysigma ]; 29 30 nativeCheckInputs = [ 31 pytestCheckHook
··· 23 hash = "sha256-PQByKARf0OOMC9LRTz3XVrFZp6ODSggMJeA6PNK/AuA="; 24 }; 25 26 + build-system = [ poetry-core ]; 27 28 + dependencies = [ pysigma ]; 29 30 nativeCheckInputs = [ 31 pytestCheckHook