apt-get install dpkg-dev (fixes #276)

This commit is contained in:
Jakub Warmuz
2015-04-02 09:23:28 +00:00
parent 12346b368a
commit 7eee393b80
+7 -2
View File
@@ -2,9 +2,14 @@
# Tested with:
# - 12.04 (Travis)
# - 14.04 (Vagrant)
# - 14.04 (digitalocean x64, Vagrant)
# - 14.10 (digitalocean x64)
# dpkg-dev: dpkg-architecture binary necessary to compile M2Crypto, c.f.
# #276, https://github.com/martinpaljak/M2Crypto/issues/62,
# M2Crypto setup.py:add_multiarch_paths
sudo apt-get update
sudo apt-get install -y --no-install-recommends \
python python-setuptools python-virtualenv python-dev gcc swig \
dialog libaugeas0 libssl-dev libffi-dev ca-certificates
dialog libaugeas0 libssl-dev libffi-dev ca-certificates dpkg-dev