Actually fix the python dependency
This commit is contained in:
parent
d2892eda2d
commit
ce936c567e
|
@ -18,6 +18,8 @@ Build-Depends: autotools-dev,
|
||||||
libx11-dev,
|
libx11-dev,
|
||||||
libxml2-dev,
|
libxml2-dev,
|
||||||
gnome-common,
|
gnome-common,
|
||||||
|
python3,
|
||||||
|
python3-gi,
|
||||||
yelp-tools,
|
yelp-tools,
|
||||||
Standards-Version: 3.9.6
|
Standards-Version: 3.9.6
|
||||||
|
|
||||||
|
@ -25,10 +27,11 @@ Package: xed
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: iso-codes,
|
Depends: iso-codes,
|
||||||
xed-common (= ${source:Version}),
|
xed-common (= ${source:Version}),
|
||||||
python3,
|
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${python:Depends},
|
${python:Depends},
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
|
python3,
|
||||||
|
python3-gi,
|
||||||
xapps-common,
|
xapps-common,
|
||||||
zenity
|
zenity
|
||||||
XB-Python-Version: ${python:Versions}
|
XB-Python-Version: ${python:Versions}
|
||||||
|
|
Loading…
Reference in New Issue