mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 11:48:33 +08:00
Install python-urlgrabber to allow local builds
See https://github.com/rpm-software-management/urlgrabber/pull/5 for the backstory.
This commit is contained in:
@@ -14,6 +14,7 @@ RUN dnf install -y \
|
||||
python-pip \
|
||||
python-qpid \
|
||||
python-futures \
|
||||
python-urlgrabber \
|
||||
python2-cffi \
|
||||
python2-cryptography \
|
||||
python2-pdc-client \
|
||||
|
||||
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@@ -24,6 +24,7 @@ $script = <<SCRIPT
|
||||
python-m2ext \
|
||||
python-mock \
|
||||
python-qpid \
|
||||
python-urlgrabber \
|
||||
python-virtualenv \
|
||||
python-futures \
|
||||
redhat-rpm-config \
|
||||
|
||||
Reference in New Issue
Block a user