ipsilon: use python3-mod_wsgi instead of mod_wsgi. I hate stuff.
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
4705ddee11
commit
0ccb691ecf
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ spec:
|
||||||
python-setuptools \
|
python-setuptools \
|
||||||
python-jinja2 \
|
python-jinja2 \
|
||||||
httpd \
|
httpd \
|
||||||
mod_wsgi
|
python3-mod_wsgi
|
||||||
|
|
||||||
# Fedora specific stuff - Terrible hacky way to install, but works for testing purposes
|
# Fedora specific stuff - Terrible hacky way to install, but works for testing purposes
|
||||||
RUN curl https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/roles/ipsilon/files/api.py -o /usr/lib/python3.7/site-packages/ipsilon/providers/openid/extensions/api.py && \
|
RUN curl https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/roles/ipsilon/files/api.py -o /usr/lib/python3.7/site-packages/ipsilon/providers/openid/extensions/api.py && \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue