summaryrefslogtreecommitdiffstats
path: root/http
diff options
context:
space:
mode:
authorPavel Vinogradov2021-10-05 18:09:37 -0400
committerPavel Vinogradov2021-10-05 18:12:02 -0400
commitba3ba7b754035fc55e52e8285728b4642af753d0 (patch)
treea926284404bdaa1826316ef242ab2bcc417c9624 /http
parentc5b03496e0670d56b3a4ea4c4e215e41c3049c6e (diff)
http/nghttp2: fixed logic for python3 codependencies, needs boost with PYTHON for python bindings
Diffstat (limited to 'http')
-rwxr-xr-xhttp/nghttp2/DEPENDS5
-rw-r--r--http/nghttp2/HISTORY3
2 files changed, 6 insertions, 2 deletions
diff --git a/http/nghttp2/DEPENDS b/http/nghttp2/DEPENDS
index 5846f666fa..ad05c20658 100755
--- a/http/nghttp2/DEPENDS
+++ b/http/nghttp2/DEPENDS
@@ -31,8 +31,9 @@ optional_depends python3 \
"--disable-python-bindings" \
"for Python bindings (needs cython too)" &&
-if is_depends_enabled $SPELL $(get_spell_provider $SPELL PYTHON); then
- depends cython
+if is_depends_enabled $SPELL python3; then
+ depends cython &&
+ depends -sub PYTHON boost
fi &&
if is_depends_enabled ${SPELL} libev; then
diff --git a/http/nghttp2/HISTORY b/http/nghttp2/HISTORY
index 178aba7db7..5caa359c66 100644
--- a/http/nghttp2/HISTORY
+++ b/http/nghttp2/HISTORY
@@ -1,3 +1,6 @@
+2021-10-05 Pavel Vinogradov <public@sourcemage.org>
+ * DEPENDS: fixed python3 codependencies, added boost with PYTHON
+
2021-10-05 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 1.45.1