[Patchew-devel] [PATCH] requirement.txt: install binary psyscopg2 wheel

Paolo Bonzini pbonzini at redhat.com
Wed May 15 11:37:53 UTC 2019


Do not rebuild psycopg2 from source, it requires the host to have all
the toolchain installed.

Signed-off-by: Paolo Bonzini <pbonzini at redhat.com>
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index a00e5ef..fe7928f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,4 +8,4 @@ jsonfield2 >= 3.0, < 4.0
 drf-nested-routers
 coreapi-cli
 pyyaml
-psycopg2
+psycopg2-binary
-- 
2.21.0




More information about the Patchew-devel mailing list