python313Packages.pyinstaller-versionfile: fix build

This commit is contained in:
Sigmanificient
2025-10-12 00:21:47 +02:00
parent 2c72f81362
commit c98e04fffc
@@ -20,6 +20,10 @@ buildPythonPackage rec {
hash = "sha256-UNrXP5strO6LIkIM3etBo1+Vm+1lR5wF0VfKtZYRoYc=";
};
preBuild = ''
touch requirements.txt
'';
propagatedBuildInputs = [
packaging
jinja2