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