diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-01-22 00:14:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-22 00:14:05 +0000 |
| commit | 4b19a2dca31b89fdc333cf4db8244c3dd496a172 (patch) | |
| tree | ea4a87793ff4306f2e78078b639ac0fa51fc7fff /pkgs/development/python-modules/python-openstackclient | |
| parent | 4684c03fe1819101e279127e8f1d14be9cdafec7 (diff) | |
| parent | a9d9ac9827026bfac442b1021c73421e8be9bf8a (diff) | |
Merge master into haskell-updates
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient')
| -rw-r--r-- | pkgs/development/python-modules/python-openstackclient/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-openstackclient/default.nix b/pkgs/development/python-modules/python-openstackclient/default.nix index 3500e88e57ad..6a9e24a9f8d8 100644 --- a/pkgs/development/python-modules/python-openstackclient/default.nix +++ b/pkgs/development/python-modules/python-openstackclient/default.nix @@ -42,7 +42,7 @@ buildPythonPackage rec { installManPage doc/build/man/openstack.1 ''; - checkInputs = [ + nativeCheckInputs = [ ddt stestr requests-mock |
