mirror of
https://gitlab.com/flectra-hq/flectra.git
synced 2026-08-19 01:34:43 -05:00
[PATCH] Upstream patch for setup and debian
This commit is contained in:
committed by
Parthiv Patel
parent
59a3196e8b
commit
89b9b64680
@@ -44,6 +44,7 @@ RUN apt-get update -qq && \
|
||||
python3-pyparsing \
|
||||
python3-pypdf2 \
|
||||
python3-qrcode \
|
||||
python3-renderpm \
|
||||
python3-reportlab \
|
||||
python3-requests \
|
||||
python3-serial \
|
||||
@@ -55,6 +56,7 @@ RUN apt-get update -qq && \
|
||||
python3-vobject \
|
||||
python3-werkzeug \
|
||||
python3-xlsxwriter \
|
||||
python3-zeep \
|
||||
rsync && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
+48
-48
@@ -6,54 +6,54 @@ MAINTAINER FlectraHQ <info@flectrahq.com>
|
||||
# Dependencies and postgres
|
||||
RUN dnf update -d 0 -e 0 -y && \
|
||||
dnf install -d 0 -e 0 \
|
||||
babel \
|
||||
createrepo \
|
||||
pychart \
|
||||
pyparsing \
|
||||
python3-babel \
|
||||
python3-decorator \
|
||||
python3-docutils \
|
||||
python3-feedparser \
|
||||
python3-gevent \
|
||||
python3-greenlet \
|
||||
python3-html2text \
|
||||
python3-jinja2 \
|
||||
python3-lxml \
|
||||
python3-mako \
|
||||
python3-markupsafe \
|
||||
python3-num2words \
|
||||
python3-ofxparse \
|
||||
python3-passlib \
|
||||
python3-pillow \
|
||||
python3-psutil \
|
||||
python3-pydot \
|
||||
python3-pyldap \
|
||||
python3-pyparsing \
|
||||
python3-PyPDF2 \
|
||||
python3-pyserial \
|
||||
python3-dateutil \
|
||||
python3-polib \
|
||||
python3-pytz \
|
||||
python3-pyusb \
|
||||
python3-qrcode \
|
||||
python3-reportlab \
|
||||
python3-requests \
|
||||
python3-six \
|
||||
python3-stdnum \
|
||||
python3-suds \
|
||||
python3-vobject \
|
||||
python3-werkzeug \
|
||||
python3-xlwt \
|
||||
python3-xlrd \
|
||||
python3-xlsxwriter \
|
||||
libsass \
|
||||
pytz \
|
||||
postgresql \
|
||||
postgresql-server \
|
||||
postgresql-libs \
|
||||
postgresql-contrib \
|
||||
postgresql-devel \
|
||||
rpmdevtools -y && \
|
||||
babel \
|
||||
createrepo \
|
||||
pychart \
|
||||
pyparsing \
|
||||
python3-babel \
|
||||
python3-decorator \
|
||||
python3-docutils \
|
||||
python3-feedparser \
|
||||
python3-gevent \
|
||||
python3-greenlet \
|
||||
python3-html2text \
|
||||
python3-jinja2 \
|
||||
python3-lxml \
|
||||
python3-mako \
|
||||
python3-markupsafe \
|
||||
python3-num2words \
|
||||
python3-ofxparse \
|
||||
python3-passlib \
|
||||
python3-pillow \
|
||||
python3-psutil \
|
||||
python3-pydot \
|
||||
python3-pyldap \
|
||||
python3-pyparsing \
|
||||
python3-PyPDF2 \
|
||||
python3-pyserial \
|
||||
python3-dateutil \
|
||||
python3-polib \
|
||||
python3-pytz \
|
||||
python3-pyusb \
|
||||
python3-qrcode \
|
||||
python3-reportlab \
|
||||
python3-requests \
|
||||
python3-six \
|
||||
python3-stdnum \
|
||||
python3-suds \
|
||||
python3-vobject \
|
||||
python3-werkzeug \
|
||||
python3-xlwt \
|
||||
python3-xlrd \
|
||||
python3-xlsxwriter \
|
||||
libsass \
|
||||
pytz \
|
||||
postgresql \
|
||||
postgresql-server \
|
||||
postgresql-libs \
|
||||
postgresql-contrib \
|
||||
postgresql-devel \
|
||||
rpmdevtools -y && \
|
||||
dnf clean all
|
||||
|
||||
# Postgres configuration
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
python3 setup.py install --prefix=/usr --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES --install-lib usr/lib/python3.7/site-packages/
|
||||
ABI=$(rpm -q --provides python3 | awk '/abi/ {print $NF}')
|
||||
python3 setup.py install --prefix=/usr --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES --install-lib usr/lib/python${ABI}/site-packages/
|
||||
|
||||
Reference in New Issue
Block a user