python313Packages.pyinstaller-versionfile: fix build (#451156)

This commit is contained in:
Yohann Boniface
2025-11-08 22:23:39 +00:00
committed by GitHub
@@ -20,6 +20,10 @@ buildPythonPackage rec {
hash = "sha256-UNrXP5strO6LIkIM3etBo1+Vm+1lR5wF0VfKtZYRoYc=";
};
preBuild = ''
touch requirements.txt
'';
propagatedBuildInputs = [
packaging
jinja2