File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
111111ENV PATH="/home/brutus/bin:/home/brutus/.cargo/bin:${PATH}"
112112"""
113113
114- # support_package = "../Python-linux-support/dist/Python-3.10-linux-x86_64-support.custom.tar.gz"
115114# template = "../../templates/briefcase-linux-appimage-template"
116115
117116[tool .briefcase .app .testbed .linux .flatpak ]
118117flatpak_runtime = " org.gnome.Platform"
119- flatpak_runtime_version = " 44 "
118+ flatpak_runtime_version = " 45 "
120119flatpak_sdk = " org.gnome.Sdk"
121120
122121# template = "../../templates/briefcase-linux-flatpak-template"
Original file line number Diff line number Diff line change @@ -96,7 +96,6 @@ def test_stdlib_modules():
9696 "termios" ,
9797 "unicodedata" ,
9898 # Scheduled for deprecation
99- "_crypt" ,
10099 "audioop" ,
101100 ]
102101
@@ -110,7 +109,6 @@ def test_stdlib_modules():
110109 # Modules that do not exist on Android
111110 if hasattr (sys , "getandroidapilevel" ):
112111 all_modules .remove ("grp" )
113- all_modules .remove ("_crypt" )
114112
115113 # Modules that do not exist on iOS
116114 if sys .platform == "ios" :
@@ -121,7 +119,6 @@ def test_stdlib_modules():
121119
122120 # Modules that do not exist on Windows
123121 if sys .platform == "win32" :
124- all_modules .remove ("_crypt" )
125122 all_modules .remove ("_posixsubprocess" )
126123 all_modules .remove ("fcntl" )
127124 all_modules .remove ("grp" )
You can’t perform that action at this time.
0 commit comments