Commit ba1e506c authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.frigidaire: fix version identifiers

parent 19fe29df
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -23,6 +23,13 @@ buildPythonPackage rec {
    hash = "sha256-U2ixBtigY15RzMNIeUK71uNOndUepK2kE/CTFwl855w=";
  };

  postPatch = ''
    # https://github.com/bm1549/frigidaire/pull/13
    substituteInPlace setup.py \
      --replace "urllib3>==1.26.42" "urllib3" \
      --replace 'version = "SNAPSHOT"' 'version = "${version}"'
  '';

  propagatedBuildInputs = [
    certifi
    chardet