Skip to content

Commit 466ca31

Browse files
committed
Limit version of PyGObject installed from pip
the release notes say that they moved to girepository-2.0 in version 3.52.0 which isn't in most production versions of Linux
1 parent 90f38a0 commit 466ca31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
here = path.abspath(path.dirname(__file__))
1515

16-
required_packages = ['PyGObject']
16+
required_packages = ['PyGObject<3.52.0']
1717
extras_rel = ['bumpversion', 'twine']
1818
extras_doc = ['sphinx', 'sphinx_rtd_theme']
1919
extras_test = ['coverage', 'pycodestyle', 'python-dbusmock']

0 commit comments

Comments
 (0)