buildout.cfg 458 Bytes
Newer Older
1 2
[buildout]
extends =
Łukasz Nowak's avatar
Łukasz Nowak committed
3 4 5
  ../mariadb/buildout.cfg
  ../openssl/buildout.cfg
  ../zlib/buildout.cfg
6 7 8 9 10 11 12 13 14 15

parts =
  mysql-python

[mysql-python-env]
PATH =${mariadb:location}/bin:%(PATH)s

[mysql-python]
recipe = zc.recipe.egg:custom
egg = MySQL-python
16 17
depends =
  ${mariadb:version}
18
environment = mysql-python-env
19 20 21
library-dirs =
  ${zlib:location}/lib/
  ${openssl:location}/lib/
22
rpath =
23
  ${mariadb:location}/lib/
24 25
  ${zlib:location}/lib/
  ${openssl:location}/lib/