[FIX] pycrypto for builds
This commit is contained in:
parent
b55f10ae64
commit
97d95a47fc
1
debian/control
vendored
1
debian/control
vendored
@ -42,6 +42,7 @@ Depends:
|
||||
python3-werkzeug,
|
||||
python3-xlsxwriter,
|
||||
python3-yaml,
|
||||
python3-crypto,
|
||||
Conflicts: tinyerp-server, openerp-server, openerp-web, openerp
|
||||
Replaces: tinyerp-server, openerp-server, openerp-web, openerp
|
||||
Recommends:
|
||||
|
@ -50,6 +50,7 @@ RUN apt-get update -qq && \
|
||||
python3-vobject \
|
||||
python3-werkzeug \
|
||||
python3-xlsxwriter \
|
||||
python3-crypto \
|
||||
python3-yaml -y && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
@ -45,6 +45,7 @@ RUN dnf update -d 0 -e 0 -y && \
|
||||
python3-vobject \
|
||||
python3-werkzeug \
|
||||
python3-xlwt \
|
||||
python3-crypto \
|
||||
python3-xlrd \
|
||||
pytz \
|
||||
postgresql \
|
||||
|
@ -31,6 +31,7 @@ RUN apt-get update -qq && \
|
||||
python3-dev \
|
||||
python3-pip \
|
||||
python3-wheel \
|
||||
python3-crypto \
|
||||
build-essential \
|
||||
python3 -y && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
Loading…
Reference in New Issue
Block a user