Skip to content

Commit

Permalink
Add explicit dependency for kombu
Browse files Browse the repository at this point in the history
Although kombu is an internal dependency of Celery, we're explicitly using
imports from kombu, therefore we should declare it as a dependency.
  • Loading branch information
sebschrader committed Aug 4, 2018
1 parent d1e3e71 commit dd0294f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Build-Depends: bash (>= 4),
python3-flask-babel,
python3-gi,
python3-jinja2,
python3-kombu,
python3-netaddr,
python3-psycopg2,
python3-pydbus,
Expand Down Expand Up @@ -59,6 +60,7 @@ Depends: bash (>= 4),
python3-flask-babel,
python3-gi,
python3-jinja2,
python3-kombu,
python3-netaddr,
python3-psycopg2,
python3-pydbus,
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ RUN export DEBIAN_FRONTEND="noninteractive" && \
python3-flask-babel \
python3-gi \
python3-jinja2 \
python3-kombu \
python3-netaddr \
python3-pip \
python3-psycopg2 \
Expand Down
1 change: 1 addition & 0 deletions setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ setup(name='@PACKAGE_NAME@',
"Flask",
"Flask-Babel",
"Jinja2",
'kombu',
"netaddr",
"psycopg2",
"pydbus",
Expand Down

0 comments on commit dd0294f

Please sign in to comment.