Actually fix the python dependency

This commit is contained in:
JosephMcc 2017-02-17 16:13:54 -08:00
parent d2892eda2d
commit ce936c567e
1 changed files with 4 additions and 1 deletions

5
debian/control vendored
View File

@ -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}