aboutsummaryrefslogtreecommitdiffstats
path: root/.builds
diff options
context:
space:
mode:
authorBen Sturmfels <ben@sturm.com.au>2021-03-30 11:19:18 +1100
committerBen Sturmfels <ben@sturm.com.au>2021-03-30 11:19:18 +1100
commit5633d51714c85a6ad8c3d2528694c337d8f5e555 (patch)
treeabde78cd1ff55a1b2a8022f3ff9b7cf6b044696e /.builds
parentbbb42acfc91f120b068d7794e146ffd8d0d5bffe (diff)
downloadmediagoblin-5633d51714c85a6ad8c3d2528694c337d8f5e555.tar.lz
mediagoblin-5633d51714c85a6ad8c3d2528694c337d8f5e555.tar.xz
mediagoblin-5633d51714c85a6ad8c3d2528694c337d8f5e555.zip
Add feedgenerator dependency to CI and Docker files.
Diffstat (limited to '.builds')
-rw-r--r--.builds/debian-10-with-site-packages.yml1
-rw-r--r--.builds/debian-11-with-site-packages.yml1
-rw-r--r--.builds/fedora-33-with-site-packages.yml1
3 files changed, 3 insertions, 0 deletions
diff --git a/.builds/debian-10-with-site-packages.yml b/.builds/debian-10-with-site-packages.yml
index c1454630..c04fef02 100644
--- a/.builds/debian-10-with-site-packages.yml
+++ b/.builds/debian-10-with-site-packages.yml
@@ -9,6 +9,7 @@ packages:
# Install make and runtime dependencies.
- python3-alembic
+ - python3-feedgenerator
- python3-jsonschema
- python3-kombu
- python3-lxml
diff --git a/.builds/debian-11-with-site-packages.yml b/.builds/debian-11-with-site-packages.yml
index 0a9fff39..26e42a27 100644
--- a/.builds/debian-11-with-site-packages.yml
+++ b/.builds/debian-11-with-site-packages.yml
@@ -9,6 +9,7 @@ packages:
# Install make and runtime dependencies.
- python3-alembic
+ - python3-feedgenerator
- python3-jsonschema
- python3-kombu
- python3-lxml
diff --git a/.builds/fedora-33-with-site-packages.yml b/.builds/fedora-33-with-site-packages.yml
index 1e9b9c71..76b670d4 100644
--- a/.builds/fedora-33-with-site-packages.yml
+++ b/.builds/fedora-33-with-site-packages.yml
@@ -13,6 +13,7 @@ packages:
# - findutils
- python3-alembic
- python3-celery
+ - python3-feedgenerator
- python3-jsonschema
- python3-kombu
- python3-lxml