File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -111,12 +111,11 @@ RUN ln -si /app/Testbed.AppDir/usr/python/bin/python3 /home/brutus/bin/python
111
111
ENV PATH="/home/brutus/bin:/home/brutus/.cargo/bin:${PATH}"
112
112
"""
113
113
114
- # support_package = "../Python-linux-support/dist/Python-3.10-linux-x86_64-support.custom.tar.gz"
115
114
# template = "../../templates/briefcase-linux-appimage-template"
116
115
117
116
[tool .briefcase .app .testbed .linux .flatpak ]
118
117
flatpak_runtime = " org.gnome.Platform"
119
- flatpak_runtime_version = " 44 "
118
+ flatpak_runtime_version = " 45 "
120
119
flatpak_sdk = " org.gnome.Sdk"
121
120
122
121
# template = "../../templates/briefcase-linux-flatpak-template"
Original file line number Diff line number Diff line change @@ -96,7 +96,6 @@ def test_stdlib_modules():
96
96
"termios" ,
97
97
"unicodedata" ,
98
98
# Scheduled for deprecation
99
- "_crypt" ,
100
99
"audioop" ,
101
100
]
102
101
@@ -110,7 +109,6 @@ def test_stdlib_modules():
110
109
# Modules that do not exist on Android
111
110
if hasattr (sys , "getandroidapilevel" ):
112
111
all_modules .remove ("grp" )
113
- all_modules .remove ("_crypt" )
114
112
115
113
# Modules that do not exist on iOS
116
114
if sys .platform == "ios" :
@@ -121,7 +119,6 @@ def test_stdlib_modules():
121
119
122
120
# Modules that do not exist on Windows
123
121
if sys .platform == "win32" :
124
- all_modules .remove ("_crypt" )
125
122
all_modules .remove ("_posixsubprocess" )
126
123
all_modules .remove ("fcntl" )
127
124
all_modules .remove ("grp" )
You can’t perform that action at this time.
0 commit comments