/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to byov.conf

  • Committer: Jelmer Vernooij
  • Author(s): Vincent Ladeuil
  • Date: 2018-11-04 17:20:08 UTC
  • mto: (491.6.1 breezy)
  • mto: This revision was merged to the branch mainline in revision 494.
  • Revision ID: jelmer@jelmer.uk-20181104172008-nctvys99x8lk60ok
Don't depend on python3-simpletal, which is not available in Ubuntu yet.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
dulwich.install = (cd ../dulwich.git && ./setup.py install --user)
8
8
dulwich3.install = (cd ../dulwich.git && python3 ./setup.py install --user)
9
9
 
10
 
[loggerhead-py2]
 
10
[loggerhead]
11
11
vm.release = xenial
12
12
brz.build_deps = gcc, debhelper, python, python-all-dev, python3-all-dev, python-configobj, python3-configobj, python-docutils, python3-docutils, python-paramiko, python3-paramiko, python-subunit, python3-subunit, python-testtools, python3-testtools, subunit, cython, cython3, python-fastimport, python-dulwich
13
 
loggerhead.build_deps = python-setuptools, python3-setuptools, libjs-yui3-min, python-docutils, python3-docutils, python-pygments, python3-pygments, python-simplejson, python3-simplejson, python-paste, python3-paste, python-pastedeploy, python3-pastedeploy, python-simpletal, python3-simpletal, python-bleach, python3-bleach
 
13
# python3-simpletal is not available (yet) for ubuntu
 
14
loggerhead.build_deps = python-setuptools, python3-setuptools, libjs-yui3-min, python-docutils, python3-docutils, python-pygments, python3-pygments, python-simplejson, python3-simplejson, python-paste, python3-paste, python-pastedeploy, python3-pastedeploy, python-simpletal, python-bleach, python3-bleach
14
15
vm.packages = {brz.build_deps}, {loggerhead.build_deps}, bzr, python-junitxml
15
16
brz.branch = (bzr branch lp:brz ../brz-trunk)
16
17
brz.make = (cd ../brz-trunk && make)