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

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

Adds python-tortilla project

File size: 690 bytes
Line 
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
16# PBDEP:
17#
18# PBBDEP is replaced by the list of build dependencies
19 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
20#
21# PBSUG is replaced by the list of suggestions
22# PBSUG:
23#
24# PBREC is replaced by the list of recommandations
25# PBREC:
Note: See TracBrowser for help on using the repository browser.