Skip to content

Commit

Permalink
Merge pull request #216134 from wamserma/backport-213537-to-release-2…
Browse files Browse the repository at this point in the history
…2.11

[Backport release-22.11] bundlewrap: fix runtime deps
  • Loading branch information
NickCao authored Feb 14, 2023
2 parents b2ebfa3 + 0e3a575 commit 0106ecd
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 0106ecd

Please sign in to comment.