diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2021-10-30 15:30:38 -0400 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2021-11-02 22:32:18 +0000 |
commit | 78b4f4e19bb60b89c5ed00a2d81b1bbfee27c3e2 (patch) | |
tree | 8269429f50cccf8c8303ba939b9206c329dc2af4 /Makefile | |
parent | 543a0fd32b0481f23c7328ac7ec5fc38e60fd19e (diff) |
tests: update python packages
- Also fix docs requirements and venv cleanup
required for docker executor building
Type: test
Change-Id: I839423224d95c45af42f459217887f4201cbb11a
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -72,7 +72,7 @@ DEB_DEPENDS += cmake ninja-build uuid-dev python3-jsonschema python3-yaml DEB_DEPENDS += python3-venv # ensurepip DEB_DEPENDS += python3-dev # needed for python3 -m pip install psutil DEB_DEPENDS += libnl-3-dev libnl-route-3-dev -# python3.6 on 16.04 requires python36-dev +DEB_DEPENDS += enchant # for docs LIBFFI=libffi6 # works on all but 20.04 and debian-testing @@ -116,6 +116,7 @@ RPM_DEPENDS += ccache RPM_DEPENDS += xmlto RPM_DEPENDS += elfutils-libelf-devel RPM_DEPENDS += libnl3-devel +RPM_DEPENDS += enchant # for docs ifeq ($(OS_ID),fedora) RPM_DEPENDS += dnf-utils |