- don't have pyyaml twice
- don't install for python3 (for now), just as with other modules
script:
- apt purge -y python-dnspython python3-dnspython
- apt update
- - apt install python-pip libffi-dev libaugeas-dev -y
- - apt-get install -y python-yaml python3-yaml
+ - apt install -y python-pip python-yaml libffi-dev libaugeas-dev
- pip install --upgrade pip
- - pip install --user dnspython pyyaml python-augeas
+ - pip install --user dnspython python-augeas
- PREFIX=$(pwd)/.local MAKEFLAGS="--jobs $(nproc) --keep-going" make check-integration
dependencies:
- build:linux:amd64