[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53836] [PATCH 3/6] gnu: python-apsw: Enable extension loading.
From: |
Brendan Tildesley |
Subject: |
[bug#53836] [PATCH 3/6] gnu: python-apsw: Enable extension loading. |
Date: |
Mon, 7 Feb 2022 13:05:39 +1100 |
* gnu/packages/databases.scm (python-apsw): Enable extension loading. It
is required by calibre.
---
gnu/packages/databases.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index f6c1046a51..c71f208f2b 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3554,7 +3554,8 @@ (define-public python-apsw
(modify-phases %standard-phases
(replace 'build
(lambda _
- (invoke "python" "setup.py" "build" "--enable-all-extensions")
+ (invoke "python" "setup.py" "build" "--enable-all-extensions"
+ "--enable=load_extension")
#t))
(add-after 'build 'build-test-helper
(lambda _
--
2.34.0
- [bug#53836] [PATCH 0/6] gnu: calibre: Update to 5.36.0., Brendan Tildesley, 2022/02/06
- [bug#53836] [PATCH 1/6] gnu: python-regex: Update to 2022.1.18., Brendan Tildesley, 2022/02/06
- [bug#53836] [PATCH 4/6] gnu: python-css-parser: Update to 1.0.7., Brendan Tildesley, 2022/02/06
- [bug#53836] [PATCH 3/6] gnu: python-apsw: Enable extension loading.,
Brendan Tildesley <=
- [bug#53836] [PATCH 6/6] gnu: Remove python-dukpy, python2-dukpy., Brendan Tildesley, 2022/02/06
- [bug#53836] [PATCH 5/6] gnu: calibre: Update to 5.36.0., Brendan Tildesley, 2022/02/06
- [bug#53836] [PATCH 2/6] gnu: python-html5-parser: Update to 0.4.10., Brendan Tildesley, 2022/02/06
- bug#53836: [PATCH 0/6] gnu: calibre: Update to 5.36.0., Nicolas Goaziou, 2022/02/18