arouteserver: relax packaging constraint

This commit is contained in:
Martin Weinelt 2025-05-21 01:33:09 +02:00 committed by Robert Schütz
parent ec1d0ce70e
commit 0717d9d082

View File

@ -26,6 +26,8 @@ python3Packages.buildPythonPackage rec {
build-system = with python3Packages; [ setuptools ];
pythonRelaxDeps = [ "packaging" ];
dependencies = with python3Packages; [
aggregate6
jinja2