Fix new enchant package name 69/73169/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 11 Jan 2022 12:27:44 +0000 (13:27 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 11 Jan 2022 13:25:27 +0000 (14:25 +0100)
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)

.circleci/config.yml

index b8cad21..12d378e 100644 (file)
@@ -3,12 +3,12 @@ version: 2
 jobs:
   build:
     docker:
-      - image: circleci/python:3.7.4
+      - image: circleci/python:3.7
     steps:
       - 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