Skip to content

Commit

Permalink
Add six dependency to setup.py
Browse files Browse the repository at this point in the history
Aexpect requires six, let's include it in our setup.py.

Signed-off-by: Lukáš Doktor <[email protected]>
  • Loading branch information
ldoktor committed Jul 1, 2021
1 parent a542688 commit d552e78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@
packages=['aexpect',
'aexpect.utils'],
scripts=['scripts/aexpect_helper'],
test_suite='tests')
test_suite='tests',
install_requires=['six'])

0 comments on commit d552e78

Please sign in to comment.