debian: fix weasyprint package name (#62376)

This commit is contained in:
Thomas NOËL 2022-03-03 15:17:49 +01:00
parent dcaf185dd4
commit 6d3a1ee332
2 changed files with 3 additions and 3 deletions

4
debian/control vendored
View File

@ -11,7 +11,8 @@ Depends: ${misc:Depends}, ${python3:Depends},
python3-django (>= 2:2.2),
python3-gadjo,
python3-requests,
python3-uwsgidecorators
python3-uwsgidecorators,
weasyprint
Recommends: python3-django-mellon
Description: Agendas System (Python 3 module)
@ -25,7 +26,6 @@ Depends: ${misc:Depends},
python3-psycopg2,
python3-django-mellon,
python3-dateutil,
python3-weasyprint,
uwsgi,
uwsgi-plugin-python3
Recommends: nginx,

View File

@ -167,7 +167,7 @@ setup(
'python-dateutil',
'requests',
'workalendar',
'weasyprint<0.43',
'weasyprint',
],
zip_safe=False,
cmdclass={