Skip to content

Commit

Permalink
[utilities] Define Explicit Dependency On Ipaddress Package (sonic-ne…
Browse files Browse the repository at this point in the history
…t#1113)

201811 branch build fails without taking explicit dependency on
ipaddress package.

singed-off-by: Tamer Ahmed <tamer.ahmed@microsoft.com>
  • Loading branch information
tahmed-dev authored Sep 13, 2020
1 parent bcd9772 commit a70ae46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@
# - tabulate
install_requires=[
'click',
'ipaddress',
'natsort',
'm2crypto'
],
Expand Down

0 comments on commit a70ae46

Please sign in to comment.