From 148b1574a8b768df86af796b6400b6062f2cf3b4 Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 2 Dec 2019 20:25:46 +0100 Subject: [PATCH] telepathy-python: fix build (don't install errors.py twice) We have a patch for this but it wasn't being used as the autotools files weren't being regenerated. [ci skip] --- srcpkgs/telepathy-python/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/telepathy-python/template b/srcpkgs/telepathy-python/template index e529d725831..41a0e0d03cb 100644 --- a/srcpkgs/telepathy-python/template +++ b/srcpkgs/telepathy-python/template @@ -5,7 +5,7 @@ revision=7 archs=noarch build_style=gnu-configure pycompile_module="telepathy" -hostmakedepends="python libxslt" +hostmakedepends="automake python libxslt" depends="python python-dbus" short_desc="Python libraries for use in Telepathy clients and connection managers" maintainer="Orphaned " @@ -13,3 +13,7 @@ license="LGPL-2.1" homepage="http://telepathy.freedesktop.org" distfiles="http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${version}.tar.gz" checksum=244c0e1bf4bbd78ae298ea659fe10bf3a73738db550156767cc2477aedf72376 + +pre_configure() { + autoreconf -if +}