Unverified Commit 6c87fae8 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

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

parents 30b1f35f c98e04ff
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -20,6 +20,10 @@ buildPythonPackage rec {
    hash = "sha256-UNrXP5strO6LIkIM3etBo1+Vm+1lR5wF0VfKtZYRoYc=";
  };

  preBuild = ''
    touch requirements.txt
  '';

  propagatedBuildInputs = [
    packaging
    jinja2