mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
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]
This commit is contained in:
parent
e90129754a
commit
148b1574a8
1 changed files with 5 additions and 1 deletions
|
@ -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 <orphan@voidlinux.org>"
|
||||
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue