aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2022-01-11 13:27:44 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2022-01-11 14:18:52 +0100
commitd28bd04ed961a842943e1e500eafb9092737fc68 (patch)
treefd29dff56d7c124e2491b08dad65925d807d3bcb
parent66159ebb40a3ce09374a501befb57562affd06db (diff)
Fix new enchant package name
https://packages.debian.org/fr/bullseye/enchant-2 Change-Id: Idc5d856a8be90852c94ca213c62922e7ba6b2585 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 3885a894aeb42b7856d159be8252a3bb4e3c2fe8)
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index f2b3eb732..25a9e27db 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -8,7 +8,7 @@ jobs:
- checkout
- run:
name: Install dependendencies
- command: sudo apt-get update && sudo apt-get install enchant
+ command: sudo apt-get update && sudo apt-get install enchant-2
- run:
name: Run tox
command: sudo pip install tox tox-pip-version && tox