1 diff --git a/setup.py b/setup.py
2 index 37d5f77..894fe78 100644
5 @@ -31,8 +31,7 @@ setup(
7 # NOTE: Update the python_version info for Pillow as Pillow supports later versions of Python.
8 install_requires=['rubicon-objc;platform_system=="Darwin"',
9 - 'python3-Xlib;platform_system=="Linux" and python_version>="3.0"',
10 - 'Xlib;platform_system=="Linux" and python_version<"3.0"',
11 + 'python-Xlib;platform_system=="Linux"',
13 'Pillow >= 6.2.1; python_version == "3.8"',
14 'Pillow >= 5.2.0; python_version == "3.7"',