Skip to content

Commit

Permalink
bundlewrap: fix runtime deps
Browse files Browse the repository at this point in the history
(cherry picked from commit a06fdc8)
  • Loading branch information
wamserma committed Feb 13, 2023
1 parent a45a891 commit 0e3a575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/bundlewrap/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ buildPythonPackage rec {

nativeBuildInputs = [ setuptools ];
propagatedBuildInputs = [
cryptography jinja2 Mako passlib pyyaml requests tomlkit librouteros
setuptools cryptography jinja2 Mako passlib pyyaml requests tomlkit librouteros
] ++ lib.optional (pythonOlder "3.11") [ rtoml ];

pythonImportsCheck = [ "bundlewrap" ];
Expand Down

0 comments on commit 0e3a575

Please sign in to comment.