limit pygobject version to 3.36.1 for pycairo
This commit is contained in:
parent
0292ed819c
commit
eac3a61460
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue