File tree 2 files changed +5
-11
lines changed
2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -60,18 +60,15 @@ def pyproject_table_linux(self):
60
60
return """\
61
61
requires = [
62
62
"toga-gtk~=0.4.7",
63
- ]
64
- """
65
-
66
- def pyproject_table_linux_system_debian (self ):
67
- return """\
68
- requires = [
69
63
# PyGObject 3.52.1 enforces a requirement on libgirepository-2.0-dev. This library
70
64
# isn't available on Debian 12/Ubuntu 22.04. If you need to support those (or older)
71
65
# releases, uncomment this version pin. See beeware/toga#3143.
72
66
# "pygobject < 3.52.1",
73
67
]
68
+ """
74
69
70
+ def pyproject_table_linux_system_debian (self ):
71
+ return """\
75
72
system_requires = [
76
73
# Needed to compile pycairo wheel
77
74
"libcairo2-dev",
Original file line number Diff line number Diff line change @@ -86,16 +86,13 @@ def main():
86
86
pyproject_table_linux = """\
87
87
requires = [
88
88
"toga-gtk~=0.4.7",
89
- ]
90
- """ ,
91
- pyproject_table_linux_system_debian = """\
92
- requires = [
93
89
# PyGObject 3.52.1 enforces a requirement on libgirepository-2.0-dev. This library
94
90
# isn't available on Debian 12/Ubuntu 22.04. If you need to support those (or older)
95
91
# releases, uncomment this version pin. See beeware/toga#3143.
96
92
# "pygobject < 3.52.1",
97
93
]
98
-
94
+ """ ,
95
+ pyproject_table_linux_system_debian = """\
99
96
system_requires = [
100
97
# Needed to compile pycairo wheel
101
98
"libcairo2-dev",
You can’t perform that action at this time.
0 commit comments