Add feedgenerator dependency to CI and Docker files.
This commit is contained in:
parent
bbb42acfc9
commit
5633d51714
@ -9,6 +9,7 @@ packages:
|
|||||||
|
|
||||||
# Install make and runtime dependencies.
|
# Install make and runtime dependencies.
|
||||||
- python3-alembic
|
- python3-alembic
|
||||||
|
- python3-feedgenerator
|
||||||
- python3-jsonschema
|
- python3-jsonschema
|
||||||
- python3-kombu
|
- python3-kombu
|
||||||
- python3-lxml
|
- python3-lxml
|
||||||
|
@ -9,6 +9,7 @@ packages:
|
|||||||
|
|
||||||
# Install make and runtime dependencies.
|
# Install make and runtime dependencies.
|
||||||
- python3-alembic
|
- python3-alembic
|
||||||
|
- python3-feedgenerator
|
||||||
- python3-jsonschema
|
- python3-jsonschema
|
||||||
- python3-kombu
|
- python3-kombu
|
||||||
- python3-lxml
|
- python3-lxml
|
||||||
|
@ -13,6 +13,7 @@ packages:
|
|||||||
# - findutils
|
# - findutils
|
||||||
- python3-alembic
|
- python3-alembic
|
||||||
- python3-celery
|
- python3-celery
|
||||||
|
- python3-feedgenerator
|
||||||
- python3-jsonschema
|
- python3-jsonschema
|
||||||
- python3-kombu
|
- python3-kombu
|
||||||
- python3-lxml
|
- python3-lxml
|
||||||
|
@ -69,6 +69,7 @@ virtualenv
|
|||||||
# compatible version of billiard.
|
# compatible version of billiard.
|
||||||
RUN apt-get install -y \
|
RUN apt-get install -y \
|
||||||
python3-alembic \
|
python3-alembic \
|
||||||
|
python3-feedgenerator \
|
||||||
python3-jsonschema \
|
python3-jsonschema \
|
||||||
python3-kombu \
|
python3-kombu \
|
||||||
python3-lxml \
|
python3-lxml \
|
||||||
|
@ -24,6 +24,7 @@ RUN dnf -y install \
|
|||||||
findutils \
|
findutils \
|
||||||
python3-alembic \
|
python3-alembic \
|
||||||
python3-celery \
|
python3-celery \
|
||||||
|
python3-feedgenerator \
|
||||||
python3-jsonschema \
|
python3-jsonschema \
|
||||||
python3-kombu \
|
python3-kombu \
|
||||||
python3-lxml \
|
python3-lxml \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user