Revert "debian: fix weasyprint package name (#62376)"

This reverts commit 6d3a1ee332.
This commit is contained in:
Thomas NOËL 2022-03-03 16:12:30 +01:00
parent 6d3a1ee332
commit b1c15d9a5b
2 changed files with 3 additions and 3 deletions

4
debian/control vendored
View File

@ -11,8 +11,7 @@ Depends: ${misc:Depends}, ${python3:Depends},
python3-django (>= 2:2.2),
python3-gadjo,
python3-requests,
python3-uwsgidecorators,
weasyprint
python3-uwsgidecorators
Recommends: python3-django-mellon
Description: Agendas System (Python 3 module)
@ -26,6 +25,7 @@ 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',
'weasyprint<0.43',
],
zip_safe=False,
cmdclass={