source: ProjectBuilder/projects/python-tortilla/pbconf/pbfilter/deb.yml@ 2415

Last change on this file since 2415 was 2415, checked in by Bruno Cornec, 5 years ago

Adds tortilla runtime dependencies (formats and colorama) for deb

File size: 767 bytes
RevLine 
[2405]1---
2#
3# $Id$
4#
5# Filter for debian build
6#
7# PBGRP is replaced by the group of apps
8filter:
9 PBGRP: utils
10#
11# PBLIC is replaced by the license of the application
12# Cf: http://www.debian.org/legal/licenses/
13# PBLIC: GPL
14#
15# PBDEP is replaced by the list of dependencies
[2415]16 PBDEP: python-colorama, python-formats
17 PBDEP3: python3-colorama, python3-formats
[2405]18#
19# PBBDEP is replaced by the list of build dependencies
20 PBBDEP: python (>= 2.7), dh-python, python-all, python3-all, python-setuptools, python3-setuptools, python-requests, python-six, python3-colorclass, python-colorama, python3-colorama, python-formats, python3-formats
21#
22# PBSUG is replaced by the list of suggestions
23# PBSUG:
24#
25# PBREC is replaced by the list of recommandations
26# PBREC:
Note: See TracBrowser for help on using the repository browser.