Commit 877095c0 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.gemfileparser2: fix invalid specifier

parent fe2ecaf7
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -20,6 +20,12 @@ buildPythonPackage rec {

  dontConfigure = true;

  postPatch = ''
    # https://github.com/nexB/gemfileparser2/pull/8
    substituteInPlace setup.cfg \
      --replace ">=3.6.*" ">=3.6"
  '';

  nativeBuildInputs = [
    setuptools-scm
  ];