mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-04 18:45:52 +00:00
e8b90f4597
* pypy: bump to 7.3.12 * pypy3: bump to 7.3.12 * @TERMUX_PKG_API_LEVEL@, fix patch filenames --------- Co-authored-by: Lucy Phipps <landfillbaby69@gmail.com>
11 lines
255 B
Diff
11 lines
255 B
Diff
--- a/lib_pypy/_sqlite3_build.py
|
|
+++ b/lib_pypy/_sqlite3_build.py
|
|
@@ -229,6 +229,7 @@
|
|
|
|
def _has_load_extension():
|
|
"""Only available since 3.3.6"""
|
|
+ return True
|
|
unverified_ffi = _FFI()
|
|
unverified_ffi.cdef("""
|
|
typedef ... sqlite3;
|