Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python-psycopg2: remove references to pg-config | Bruce Ashfield | 2013-08-28 | 1 | -1/+14 |
| | | | | | | | | | pg-config is not provided as a native tool, so if called, the host version will be found. Since the values that are typically returned by pg-config can be determined in our build environment, we can safely remove the calls completely. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> | ||||
* | python-psycopg2: Renamed patch | Mihai Prica | 2013-08-28 | 1 | -0/+20 |
Added the reason for why it is necessary and the UpstreamStatus to the patch. Signed-off-by: Mihai Prica <prica.mihai@gmail.com> |