#3452 Add overlooked requirements
Opened 2 years ago by kg6fnk. Modified 2 years ago
kg6fnk/koji master  into  master

file modified
+3
@@ -5,3 +5,6 @@ 

  python-multilib

  python-qpid-proton

  rpm-py-installer

+ requests

+ dateutil

+ six

These requirements seem to have been overlooked. The packages are used but aren't listed in the requirements.txt

Where does it manifest? These requires are part of setup.py, so they should be installed in the end. requirements.txt is there more for non-essential libraries than basic ones.

Metadata