[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-werkzeug,
|
||||||
python3-xlsxwriter,
|
python3-xlsxwriter,
|
||||||
python3-yaml,
|
python3-yaml,
|
||||||
|
python3-crypto,
|
||||||
Conflicts: tinyerp-server, openerp-server, openerp-web, openerp
|
Conflicts: tinyerp-server, openerp-server, openerp-web, openerp
|
||||||
Replaces: tinyerp-server, openerp-server, openerp-web, openerp
|
Replaces: tinyerp-server, openerp-server, openerp-web, openerp
|
||||||
Recommends:
|
Recommends:
|
||||||
|
@ -50,6 +50,7 @@ RUN apt-get update -qq && \
|
|||||||
python3-vobject \
|
python3-vobject \
|
||||||
python3-werkzeug \
|
python3-werkzeug \
|
||||||
python3-xlsxwriter \
|
python3-xlsxwriter \
|
||||||
|
python3-crypto \
|
||||||
python3-yaml -y && \
|
python3-yaml -y && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
@ -45,6 +45,7 @@ RUN dnf update -d 0 -e 0 -y && \
|
|||||||
python3-vobject \
|
python3-vobject \
|
||||||
python3-werkzeug \
|
python3-werkzeug \
|
||||||
python3-xlwt \
|
python3-xlwt \
|
||||||
|
python3-crypto \
|
||||||
python3-xlrd \
|
python3-xlrd \
|
||||||
pytz \
|
pytz \
|
||||||
postgresql \
|
postgresql \
|
||||||
|
@ -31,6 +31,7 @@ RUN apt-get update -qq && \
|
|||||||
python3-dev \
|
python3-dev \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
|
python3-crypto \
|
||||||
build-essential \
|
build-essential \
|
||||||
python3 -y && \
|
python3 -y && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user