Signed-off-by: Giulia Naponiello gnaponie@redhat.com
@rayson PTAL
Shouldn't this dependency be already required by waiverdb? It not in spec file but it's used in code.
I believe these are dependencies for the Jenkins instance that is running, not waiverdb itself. Let's wait for @rayson anyhow. I might be wrong.
The dependency should be already installed by dnf -y builddep waiverdb.spec (same Dockerfile).
dnf -y builddep waiverdb.spec
Dockerfile
I don't see "python3-werkzeug" in the spec file. Am I missing something?
@gnaponie It's a dependency of python3-flask: https://koji.fedoraproject.org/koji/rpminfo?rpmID=16481543
It's dependency of python3-flask.
python3-flask
ok great :) let's drop this one then.
Pull-Request has been closed by gnaponie
Signed-off-by: Giulia Naponiello gnaponie@redhat.com