7ce1923a99
Needed to fix syntax of passenv Added required zmq library to bindep.txt Change-Id: I78bc8d3fee4a1b605a60c8523a2d2c97358c9fac
10 lines
406 B
Plaintext
10 lines
406 B
Plaintext
# these are needed to compile Python dependencies from sources
|
|
python3-all-dev [platform:dpkg !platform:ubuntu-precise test compile]
|
|
python3-devel [platform:rpm test compile]
|
|
build-essential [platform:dpkg test compile]
|
|
libssl-dev [platform:dpkg test compile]
|
|
libvirt-dev [platform:dpkg test compile]
|
|
libvirt-devel [platform:rpm test compile]
|
|
libzmq5 [platform:dpkg test compile]
|
|
pkg-config [compile test]
|