File: control

package info (click to toggle)
tryton-meta 47
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 44 kB
  • sloc: makefile: 5
file content (5 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (2)
1
2
3
4
5
# The purpose of this package is basically to install all modules and dependencies,
# so it will fail if Depends are not satisfied. It is sufficient to just use a
# smoke test on the server.
Depends: @
Test-Command: cd "$ADTTMP" ; python3 -c "import trytond ; print(trytond.__version__)"