use binary psycopg2-binary

This commit simply change psycopg2 to psycopg2-binary to
avoid test requirement on the postgress client headers
to compile the c module.

Change-Id: I536ba6f603b009116e30d389392cc098b677aa93
This commit is contained in:
Sean Mooney 2023-08-15 05:56:13 +01:00 committed by sean mooney
parent ff4b1c910e
commit 84efbdb709

View File

@ -13,7 +13,7 @@ ddt>=1.4.4 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD
oslotest>=4.5.0 # Apache-2.0
PyMySQL>=0.10.0 # MIT License
psycopg2>=2.8.5 # LGPL/ZPL
psycopg2-binary>=2.8.5 # LGPL/ZPL
SQLAlchemy-Utils>=0.37.8 # BSD License
testtools>=2.4.0 # MIT