python313Packages.tracerite: add missing dep (#409605)

authored by Aleksana and committed by GitHub f66ede7f a0022b54

+6 -2
+6 -2
pkgs/development/python-modules/tracerite/default.nix
··· 4 4 fetchFromGitHub, 5 5 setuptools-scm, 6 6 html5tagger, 7 + setuptools, 7 8 python, 8 9 pythonOlder, 9 10 }: ··· 22 23 hash = "sha256-rI1MNdYl/P64tUHyB3qV9gfLbGbCVOXnEFoqFTkaqgg="; 23 24 }; 24 25 25 - nativeBuildInputs = [ setuptools-scm ]; 26 + build-system = [ setuptools-scm ]; 26 27 27 - propagatedBuildInputs = [ html5tagger ]; 28 + dependencies = [ 29 + html5tagger 30 + setuptools 31 + ]; 28 32 29 33 postInstall = '' 30 34 cp tracerite/style.css $out/${python.sitePackages}/tracerite