mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
Build psycopg2 from source
Fixes Ubuntu build errors where dh_strip was choking on a shared object file.
This commit is contained in:
2
Makefile
2
Makefile
@@ -21,7 +21,7 @@ CELERY_SCHEDULE_FILE ?= /celerybeat-schedule
|
|||||||
|
|
||||||
# Python packages to install only from source (not from binary wheels)
|
# Python packages to install only from source (not from binary wheels)
|
||||||
# Comma separated list
|
# Comma separated list
|
||||||
SRC_ONLY_PKGS ?= cffi,pycparser
|
SRC_ONLY_PKGS ?= cffi,pycparser,psycopg2
|
||||||
|
|
||||||
# Determine appropriate shasum command
|
# Determine appropriate shasum command
|
||||||
UNAME_S := $(shell uname -s)
|
UNAME_S := $(shell uname -s)
|
||||||
|
|||||||
Reference in New Issue
Block a user