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:
mprahl
2017-11-13 15:27:12 -05:00
parent 0e401cdab9
commit 5d03dda637
2 changed files with 2 additions and 0 deletions

View File

@@ -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
View File

@@ -24,6 +24,7 @@ $script = <<SCRIPT
python-m2ext \
python-mock \
python-qpid \
python-urlgrabber \
python-virtualenv \
python-futures \
redhat-rpm-config \