petale/debian/control

29 lines
790 B
Plaintext
Raw Normal View History

2017-02-15 17:28:37 +01:00
Source: petale
2020-04-06 12:52:32 +02:00
Maintainer: Benjamin Dauvergne <bdauvergne@entrouvert.org>
2017-02-15 17:28:37 +01:00
Section: python
Priority: optional
2020-04-06 12:52:32 +02:00
Build-Depends: python3-setuptools, python3-all, debhelper (>= 9), python3-django, dh-systemd, dh-python
2017-02-15 17:28:37 +01:00
Standards-Version: 3.9.6
2020-04-06 12:52:32 +02:00
Package: python3-petale
2017-02-15 17:28:37 +01:00
Architecture: all
2020-04-06 12:52:32 +02:00
Depends: ${misc:Depends}, ${python3:Depends},
python3-django (>= 1.11),
python3-django-jsonfield,
python3-djangorestframework,
python3-requests,
python3-atomicwrites
Description: Simple key value datastore
2017-02-15 17:28:37 +01:00
Package: petale
Architecture: all
Depends: ${misc:Depends},
2020-04-06 12:52:32 +02:00
python3-petale (= ${binary:Version}),
python3-psycopg2,
uwsgi,
2020-04-06 12:52:32 +02:00
uwsgi-plugin-python3
2020-04-08 13:41:18 +02:00
Breaks: python-petale (<< 1.2)
Replaces: python-petale (<< 1.2)
Recommends: nginx
Description: Simple key value datastore