Unverified Commit 6419b97e authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

commitizen: fix build after argcomplete update

parent efb6a85e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
{ buildPythonApplication
, charset-normalizer
, colorama
, commitizen
, decli
@@ -41,10 +42,12 @@ buildPythonApplication rec {

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace 'charset-normalizer = "^2.1.0"' 'charset-normalizer = "*"'
      --replace 'charset-normalizer = "^2.1.0"' 'charset-normalizer = "*"' \
      --replace 'argcomplete = ">=1.12.1,<2.1"' 'argcomplete = ">=1.12.1"'
  '';

  propagatedBuildInputs = [
    charset-normalizer
    termcolor
    questionary
    colorama