telepathy-logger: explicitly use python2.
This commit is contained in:
parent
4dbad57061
commit
26bc5d19b7
|
@ -20,6 +20,10 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
build_options_default="gir"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
export PYTHON=python2
|
||||
}
|
||||
|
||||
telepathy-logger-devel_package() {
|
||||
depends="libxml2-devel telepathy-glib-devel ${sourcepkg}-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in New Issue