mirror of
https://github.com/novatiq/packages.git
synced 2026-06-25 06:40:26 +01:00
e26a34c6b4
Seems it was not failing for me because it was probably using my host Python, which may have the `six` package available. This patch enforces the use of the packaged Python. That way, it's more consistent that the python-six package is available. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>