wok-current diff python/receipt @ rev 25653

lzo needed from fsarchiver
author Hans-G?nter Theisgen
date Tue Feb 13 07:22:29 2024 +0100 (8 months ago)
parents e53dd413c6de
children
line diff
     1.1 --- a/python/receipt	Sun May 21 15:09:45 2023 +0000
     1.2 +++ b/python/receipt	Tue Feb 13 07:22:29 2024 +0100
     1.3 @@ -38,6 +38,8 @@
     1.4  	# Enable built-in SQLite3 module to load extensions (fix FS#22122)
     1.5  	sed -i "/SQLITE_OMIT_LOAD_EXTENSION/d" \
     1.6  		setup.py
     1.7 +	# Enable SSL module
     1.8 +	patch -p1 < $stuff/python_enablessl.patch
     1.9  
    1.10  	case "$ARCH" in
    1.11  		(arm*)