Skip to content

Commit

Permalink
Add bottle to the pysandesh requirements list
Browse files Browse the repository at this point in the history
We're seeing UT failures ending with:

ImportError: No module named bottle

Add bottle to the list of pysandesh dependencies so it gets installed.

Partial-Bug: #1746451
Change-Id: Icc228344923219d0dff5e798ffe54c7cb672e445
  • Loading branch information
kklimonda committed Feb 20, 2018
1 parent 5f71111 commit cdc277d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sandesh/library/python/setup.py
Expand Up @@ -34,6 +34,7 @@
long_description="Sandesh python Implementation",
install_requires=[
'gevent',
'bottle',
'netaddr>=0.7.5'
]
)

0 comments on commit cdc277d

Please sign in to comment.