python-logfury: add funcsigs dep
This commit is contained in:
parent
c5f7fec479
commit
103233fed5
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'python-logfury'
|
||||
pkgname=python-logfury
|
||||
version=0.1.2
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=y
|
||||
wrksrc="logfury-$version"
|
||||
build_style=python-module
|
||||
pycompile_module=logfury
|
||||
hostmakedepends="python python-setuptools"
|
||||
depends="python-funcsigs"
|
||||
short_desc="Low-boilerplate logging of method calls for python libraries"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="3-clause-BSD"
|
||||
|
|
Loading…
Reference in New Issue