Skip to content

Commit 16e0656

Browse files
committed
Until we prebuild wheels don't build wheels for deb installed libs
Until we have the ability to prebuild wheels so we don't spend time compiling them during devstack runs, stop building wheels for libraries that we still install from deb packages. Long term we want to move away from using deb packages to install python packages and use wheels. But until the wheel building logic is in place so we don't have to compile wheels on each devstack run, don't waste time compiling python libraries that we just use the packaged version of anyway. Change-Id: I962e2cfff223f7ab8efd5766ee0ef22229ab27bf
1 parent e41690d commit 16e0656

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

files/venv-requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
# Once we can prebuild wheels before a devstack run, uncomment the skipped libraries
12
cryptography
2-
lxml
3+
# lxml # still install from from packages
34
MySQL-python
4-
netifaces
5+
# netifaces # still install from packages
56
#numpy # slowest wheel by far, stop building until we are actually using the output
67
posix-ipc
7-
psycopg2
8+
# psycopg # still install from packages
89
pycrypto
910
pyOpenSSL
1011
PyYAML

0 commit comments

Comments
 (0)