Projet

Général

Profil

0001-debian-fix-weasyprint-package-name-62376.patch

Thomas Noël, 03 mars 2022 15:18

Télécharger (1,2 ko)

Voir les différences:

Subject: [PATCH] debian: fix weasyprint package name (#62376)

 debian/control | 4 ++--
 setup.py       | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
debian/control
11 11
    python3-django (>= 2:2.2),
12 12
    python3-gadjo,
13 13
    python3-requests,
14
    python3-uwsgidecorators
14
    python3-uwsgidecorators,
15
    weasyprint
15 16
Recommends: python3-django-mellon
16 17
Description: Agendas System (Python 3 module)
17 18

  
......
25 26
    python3-psycopg2,
26 27
    python3-django-mellon,
27 28
    python3-dateutil,
28
    python3-weasyprint,
29 29
    uwsgi,
30 30
    uwsgi-plugin-python3
31 31
Recommends: nginx,
setup.py
167 167
        'python-dateutil',
168 168
        'requests',
169 169
        'workalendar',
170
        'weasyprint<0.43',
170
        'weasyprint',
171 171
    ],
172 172
    zip_safe=False,
173 173
    cmdclass={
174
-