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