build: Fix the python3 dependency

This commit is contained in:
JosephMcc 2017-02-17 13:59:40 -08:00
parent 6287fc9614
commit d2892eda2d
2 changed files with 2 additions and 1 deletions

View File

@ -173,7 +173,7 @@ else
enable_introspection=no enable_introspection=no
fi fi
AM_PATH_PYTHON([3.2.3]) AM_PATH_PYTHON([3.4])
dnl ================================================================ dnl ================================================================
dnl GSettings related settings dnl GSettings related settings

1
debian/control vendored
View File

@ -25,6 +25,7 @@ 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},