Please add a requirements.txt file to the project so the dependencies can be easily installed.
You can either use pip freeze > requirements.txt or list the deps manually.
pip freeze > requirements.txt
Make sure the code works in a clean virtualenv (without system-site-packages) after installing the deps from requirements. txt (pip install -r requirements.txt)
pip install -r requirements.txt
Metadata Update from @lruzicka: - Issue assigned to lruzicka
Fixed in https://pagure.io/fedora-qa/autococonut/c/faa7a934742bb3817d1c3a9307a1f3d886a483a2?branch=development_phase1
Metadata Update from @jskladan: - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.