Compile error of pycryptodome after updating to 82.1

Hi,

I updated from 81.2 to 82.1 today and got the following error in homeassistant.log:

2018-11-25 18:59:44 ERROR (SyncWorker_7) [homeassistant.util.package] Unable to install package HAP-python==2.2.2: Command “/srv/homeassistant/bin/python3 -u -c “import setuptools, tokenize;file=‘/tmp/pip-install-lbm_tusa/pycryptodome/setup.py’;f=getattr(tokenize, ‘open’, open)(file);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, file, ‘exec’))” install --record /tmp/pip-record-dv25ue2i/install-record.txt --single-version-externally-managed --compile --install-headers /srv/homeassistant/include/site/python3.6/pycryptodome” failed with error code 1 in /tmp/pip-install-lbm_tusa/pycryptodome/

When I try to install pycryptodome with pip3 install pycryptodome I get the following error:

src/multiply_32.c:39:23: fatal error: x86intrin.h: No such file or directory
#include <x86intrin.h>
^
compilation terminated.
error: command ‘gcc’ failed with exit status 1

Does anybody have the same issue or any idea how to solve this?

Regards,
Tobias