circup: relaex semver constraint

This commit is contained in:
Fabian Affolter 2023-05-04 08:33:37 +02:00
parent d0099d200d
commit f1db23835d

View file

@ -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; [