Project

Profile

Help

Issue #4639

Updated by bmbouter about 5 years ago

With the psycopg2 2.8 release pulplift is broken because in any requirements file that names psycopg2 now no longer gets the binary version. 

 https://pypi.org/project/psycopg2/#history 

 This is expressed in places like here:    https://github.com/pulp/pulpcore/blob/456e6a8c591e079e28361d1471e842d7d9e9381b/doc_requirements.txt#L8 

 h2. Solutions 

 Stop having We can switch to the docs pypi pre-built binary psycopg2-binary which we already use psycopg2 as a dependency. It isn't needed. elsewhere in pulp.

Back