Skip to content
Snippets Groups Projects
Commit f1fec333 authored by Benjamin Ledel's avatar Benjamin Ledel
Browse files

* fix dependency

parent b67f97c2
Branches
Tags
No related merge requests found
Pipeline #1640168 failed
...@@ -34,6 +34,7 @@ RUN apt-get update && apt-get install -y \ ...@@ -34,6 +34,7 @@ RUN apt-get update && apt-get install -y \
libxmlsec1-dev \ libxmlsec1-dev \
gobject-introspection \ gobject-introspection \
libgirepository1.0-dev \ libgirepository1.0-dev \
libgstreamer1.0-dev \
gir1.2-gtk-3.0 \ gir1.2-gtk-3.0 \
cmake \ cmake \
meson \ meson \
...@@ -51,6 +52,8 @@ RUN pip install --upgrade pip setuptools wheel meson ...@@ -51,6 +52,8 @@ RUN pip install --upgrade pip setuptools wheel meson
# Install dependencies # Install dependencies
COPY ./requirements.txt . COPY ./requirements.txt .
# Install Pycairo before PyGObject
RUN pip install --no-cache-dir pycairo
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
# npm install # npm install
......
...@@ -54,7 +54,6 @@ kombu==5.2.4 ...@@ -54,7 +54,6 @@ kombu==5.2.4
launchpadlib==1.10.16 launchpadlib==1.10.16
lazr.restfulclient==0.14.4 lazr.restfulclient==0.14.4
lazr.uri==1.0.6 lazr.uri==1.0.6
lxml==5.3.1
Markdown==3.3.7 Markdown==3.3.7
MarkupSafe==2.1.2 MarkupSafe==2.1.2
mergedeep==1.3.4 mergedeep==1.3.4
...@@ -70,7 +69,7 @@ prompt-toolkit==3.0.32 ...@@ -70,7 +69,7 @@ prompt-toolkit==3.0.32
pycairo==1.21.0 pycairo==1.21.0
pycodestyle==2.9.1 pycodestyle==2.9.1
pycparser==2.21 pycparser==2.21
PyGObject==3.52.1 PyGObject==3.50.0
PyJWT==2.3.0 PyJWT==2.3.0
pymongo==4.3.3 pymongo==4.3.3
pyparsing==2.4.7 pyparsing==2.4.7
...@@ -103,6 +102,5 @@ watchdog==2.2.1 ...@@ -103,6 +102,5 @@ watchdog==2.2.1
wcwidth==0.2.5 wcwidth==0.2.5
whitenoise==6.3.0 whitenoise==6.3.0
wrapt==1.14.1 wrapt==1.14.1
xmlsec==1.3.14
zeep==4.2.1 zeep==4.2.1
zipp==1.0.0 zipp==1.0.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment