Commit 69f7c132 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

obs/re6st: bootstrap script need distutils.core (through setuptools)

parent 302afc94
Pipeline #28985 failed with stage
in 0 seconds
...@@ -206,7 +206,7 @@ def deb(task): ...@@ -206,7 +206,7 @@ def deb(task):
d["Version"] = VERSION d["Version"] = VERSION
d["Architecture"] = b["Architecture"] = "any" d["Architecture"] = b["Architecture"] = "any"
d["Build-Depends"] = s["Build-Depends"] = ( d["Build-Depends"] = s["Build-Depends"] = (
"python (>= 2.7) | python2 | python3, debhelper (>= 9.20120909)," "python (>= 2.7) | python2 | python3-distutils, debhelper (>= 9.20120909),"
" debhelper (>= 10) | dh-systemd," " debhelper (>= 10) | dh-systemd,"
" iproute2 | iproute" " iproute2 | iproute"
) )
......
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