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

circup: relaex semver constraint

parent d0099d20
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -17,8 +17,13 @@ python3.pkgs.buildPythonApplication rec {

  SETUPTOOLS_SCM_PRETEND_VERSION = version;

  pythonRelaxDeps = [
    "semver"
  ];

  nativeBuildInputs = with python3.pkgs; [
    setuptools-scm
    pythonRelaxDepsHook
  ];

  propagatedBuildInputs = with python3.pkgs; [