Merge pull request #1262 from paddatrapper/fix/pygobject-version

Limit pygobject version to 3.36.1 for pycairo
This commit is contained in:
Kyle Robbertze 2021-07-07 22:10:53 +02:00 committed by GitHub
commit 5badca488d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,8 @@ setup(
"file-magic",
"requests>=2.7.0",
"rgain3==1.1.0",
# 3.36.1 is the latest version that does not fail to find py3cairo package
"PyGObject>=3.34.0,<=3.36.1",
"pycairo==1.19.1",
],
zip_safe=False,