mirror of
https://gitlab.com/flectra-hq/flectra.git
synced 2025-02-25 18:55:21 -06:00
[FIX] pycrypto for builds
This commit is contained in:
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/*
|
||||
|
||||
Reference in New Issue
Block a user