diff options
-rw-r--r-- | Dockerfile-debian-10-sqlite | 1 | ||||
-rw-r--r-- | Dockerfile-debian-11-sqlite | 1 | ||||
-rw-r--r-- | Dockerfile-fedora-33-sqlite | 1 | ||||
-rw-r--r-- | guix-env.scm | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/Dockerfile-debian-10-sqlite b/Dockerfile-debian-10-sqlite index b124ddc0..9a359ba2 100644 --- a/Dockerfile-debian-10-sqlite +++ b/Dockerfile-debian-10-sqlite @@ -71,7 +71,6 @@ RUN apt-get install -y \ python3-alembic \ python3-feedgenerator \ python3-jsonschema \ -python3-kombu \ python3-lxml \ python3-migrate \ python3-py \ diff --git a/Dockerfile-debian-11-sqlite b/Dockerfile-debian-11-sqlite index eed130b9..e55cc9aa 100644 --- a/Dockerfile-debian-11-sqlite +++ b/Dockerfile-debian-11-sqlite @@ -28,7 +28,6 @@ RUN apt-get install -y \ python3-alembic \ python3-feedgenerator \ python3-jsonschema \ -python3-kombu \ python3-lxml \ python3-migrate \ python3-py \ diff --git a/Dockerfile-fedora-33-sqlite b/Dockerfile-fedora-33-sqlite index 6005c784..17af6101 100644 --- a/Dockerfile-fedora-33-sqlite +++ b/Dockerfile-fedora-33-sqlite @@ -26,7 +26,6 @@ python3-alembic \ python3-celery \ python3-feedgenerator \ python3-jsonschema \ -python3-kombu \ python3-lxml \ python3-migrate \ # Fedora only diff --git a/guix-env.scm b/guix-env.scm index 6bd05f11..2c3ac754 100644 --- a/guix-env.scm +++ b/guix-env.scm @@ -335,7 +335,6 @@ data as NumPy arrays.") ("python-itsdangerous" ,python-itsdangerous) ("python-jinja2" ,python-jinja2) ("python-jsonschema" ,python-jsonschema) - ("python-kombu" ,python-kombu) ("python-ldap" ,python-ldap) ("python-lxml" ,python-lxml) ("python-markdown" ,python-markdown) |