forked from s3lph/matemat
Fixed debian/control dependency string
This commit is contained in:
parent
3e006228e1
commit
252e8d73d6
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ Maintainer: s3lph <account-gitlab-ideynizv@kernelpanic.lol>
|
||||||
Section: web
|
Section: web
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: python3 >= 3.6, python3-jinja2, python3-magic, python3-pil
|
Depends: python3 (>= 3.6), python3-jinja2, python3-magic, python3-pil
|
||||||
Description: A soda machine stock-keeping webservice
|
Description: A soda machine stock-keeping webservice
|
||||||
A web service for automated stock-keeping of a soda machine written in Python.
|
A web service for automated stock-keeping of a soda machine written in Python.
|
||||||
It provides a touch-input-friendly user interface (as most input happens through the
|
It provides a touch-input-friendly user interface (as most input happens through the
|
||||||
|
|
Loading…
Reference in a new issue