Skip to content

Commit

Permalink
Add debian build dependencies for cryptography
Browse files Browse the repository at this point in the history
  • Loading branch information
tarmack committed Mar 26, 2015
1 parent 5a08829 commit bf5a12a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pip_accel/deps/debian.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; Dependencies of known Python packages on Debian system packages.
;
; Author: Peter Odding <peter.odding@paylogic.eu>
; Last Change: November 15, 2014
; Last Change: March 24, 2015
; URL: https://github.com/paylogic/pip-accel
;
; This configuration file defines dependencies of Python packages on Debian
Expand All @@ -24,3 +24,4 @@ MySQL-python = libmysqlclient-dev python-dev
Pillow = libexif-dev libfreetype6-dev libjpeg-dev liblcms1-dev libtiff4-dev zlib1g-dev python-dev
python-mcrypt = libmcrypt-dev python-dev
PyYAML = libyaml-dev python-dev
cryptography = libssl-dev libffi-dev python-dev

0 comments on commit bf5a12a

Please sign in to comment.