fix issue

This fixes the issue on Gentoo GNU/linux and it is a good idea to have in setup.py
This commit is contained in:
trakBan 2022-02-02 21:11:36 +01:00 committed by Mathieu Comandon
parent 828b5cea76
commit dfd0dc7a76

View file

@ -56,7 +56,8 @@ setup(
'PyGObject',
'evdev',
'requests',
'python-magic'
'python-magic',
'lxml'
],
url='https://lutris.net',
description='Video game preservation platform',