Browse code

Merge "Until we prebuild wheels don't build wheels for deb installed libs"

Jenkins authored on 2015/03/26 01:32:29
Showing 1 changed files
... ...
@@ -1,10 +1,11 @@
1
+# Once we can prebuild wheels before a devstack run, uncomment the skipped libraries
1 2
 cryptography
2
-lxml
3
+# lxml # still install from from packages
3 4
 MySQL-python
4
-netifaces
5
+# netifaces # still install from packages
5 6
 #numpy    # slowest wheel by far, stop building until we are actually using the output
6 7
 posix-ipc
7
-psycopg2
8
+# psycopg # still install from packages
8 9
 pycrypto
9 10
 pyOpenSSL
10 11
 PyYAML