Missing requirement 'six' which was added in 0de8b41768
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-dracclient |
New
|
Undecided
|
Unassigned |
Bug Description
Steps to reproduce
```
# virtualenv six_missing
# source six_missiong/
# pip install python-dracclient
# python
Python 3.7.4 (default, Jul 16 2019, 07:12:58)
[GCC 9.1.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from dracclient import client
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/
from dracclient.
File "/home/
from dracclient.
File "/home/
from dracclient import utils
File "/home/
from dracclient import wsman
File "/home/
import six
ModuleNotFoundE
>>>
```
In commit a dependency on `six` was added without it being listed in `requirements.txt`
https:/