Commit 8775c086 authored by Bryton Lacquement's avatar Bryton Lacquement 🚪

Use slapos.recipe.build:download-unpacked for Python 3 support

hexagonit.recipe.download-1.7.post4 (Nexedi's patch) is not compatible
with Python 3 (yet?).
parent 69422d27
Pipeline #7981 failed with stage
in 0 seconds
......@@ -30,8 +30,7 @@ configure-options=
--with-cc-opt="-I ${openssl-1.0:location}/include -I ${pcre:location}/include -I ${zlib:location}/include"
[nginx-dav-ext-module]
recipe = hexagonit.recipe.download
ignore-existing = true
recipe = slapos.recipe.build:download-unpacked
url = https://github.com/arut/nginx-dav-ext-module/archive/v0.0.3.tar.gz
strip-top-level-dir = true
md5sum = 2cb502dbda335be4ebd5fed0b3182bae
......
......@@ -3,8 +3,7 @@ parts =
noVNC
[noVNC]
recipe = hexagonit.recipe.download
ignore-existing = true
recipe = slapos.recipe.build:download-unpacked
# version-1.0.0 release on Feb 22, 2018
url = https://github.com/novnc/noVNC/archive/v1.0.0.tar.gz
md5sum = d63c2944abd12fecec6ec504e82f27c8
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment