bundles/powerdnsadmin: install psycopg2 in venv
This commit is contained in:
parent
b460085bb0
commit
ab76721ddb
2 changed files with 1 additions and 2 deletions
|
@ -39,7 +39,7 @@ actions = {
|
|||
},
|
||||
'powerdnsadmin_install_deps': {
|
||||
'triggered': True,
|
||||
'command': '/opt/powerdnsadmin/venv/bin/pip install -r /opt/powerdnsadmin/src/requirements.txt',
|
||||
'command': '/opt/powerdnsadmin/venv/bin/pip install --upgrade psycopg2-binary -r /opt/powerdnsadmin/src/requirements.txt',
|
||||
'needs': {
|
||||
'action:powerdnsadmin_create_virtualenv',
|
||||
'pkg_apt:',
|
||||
|
|
|
@ -10,7 +10,6 @@ defaults = {
|
|||
'libxmlsec1-dev': {},
|
||||
'libxslt1-dev': {},
|
||||
'pkg-config': {},
|
||||
'python3-psycopg2': {},
|
||||
'python3-wheel': {},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue