Skip to content

Commit

Permalink
Revert "Install mod_wsgi from updates-testing in service"
Browse files Browse the repository at this point in the history
Fixed version 5.0.2 is in the repos now.

This reverts commit beda477.
  • Loading branch information
nforro committed Dec 16, 2024
1 parent e1b3986 commit 2c9dc99
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions files/install-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,6 @@
- python-setuptools_scm
state: present
install_weak_deps: False
- name: Install mod_wsgi from updates-testing
# mod_wsgi < 5.0.2 has issues with Python 3.13:
#
# [wsgi:error] [pid 13:tid 78] Exception ignored in: <_io.TextIOWrapper name='<wsgi.errors>' encoding='utf-8'>
# [wsgi:error] [pid 13:tid 78] RuntimeError: log object has expired
#
# install it from updates-testing (this can be removed when
# https://bodhi.fedoraproject.org/updates/FEDORA-2024-235cc1f0b3 reaches stable)
ansible.builtin.dnf:
enablerepo:
- updates-testing
name:
- python3-mod_wsgi
state: latest
install_weak_deps: False
- import_tasks: tasks/setup-copr-repos.yaml
- name: Install ogr, specfile and packit from copr
ansible.builtin.dnf:
Expand Down

0 comments on commit 2c9dc99

Please sign in to comment.