Skip to content

Commit

Permalink
Merge pull request #228 from zeromind/bash_completion
Browse files Browse the repository at this point in the history
ndcli: add weak dependency on bash-completion
  • Loading branch information
Srudush authored Apr 1, 2022
2 parents 600cc60 + 3457848 commit 71f8405
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_ndcli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
Requires: python36-dimclient
Requires: python36-dns
Requires: python36
Suggests: bash-completion
# don't strip debug symbols, else it will all come crashing down
%define debug_package %{nil}
Expand Down Expand Up @@ -172,6 +173,7 @@ jobs:
Requires: python3-dateutil
Requires: python3-dns
Requires: python3
Suggests: bash-completion
# don't strip debug symbols, else it will all come crashing down
%define debug_package %{nil}
Expand Down
1 change: 1 addition & 0 deletions packaging/debian/ndcli/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ Depends: ${misc:Depends}, ${python3:Depends}
Provides: python3-dimcli, python3-ndcli
Replaces: python3-ndcli
Conflicts: python3-ndcli
Suggests: bash-completion
Description: DNS and IP management CLI client

0 comments on commit 71f8405

Please sign in to comment.