main/powersupply: add missing dependency (!1020)
py3-setuptools is not only a build dependency, but a runtime dependency too.
This commit is contained in:
parent
3e12edb9cb
commit
b16bff03fb
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
||||
pkgname=powersupply
|
||||
pkgver=0.3.3
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="GTK3 tool for displaying battery and power info"
|
||||
url="https://gitlab.com/MartijnBraam/powersupply"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="python3 py3-gobject3 gtk+3.0 libhandy"
|
||||
depends="python3 py3-gobject3 py3-setuptools gtk+3.0 libhandy"
|
||||
makedepends="py3-setuptools"
|
||||
source="
|
||||
$pkgname-$pkgver.tar.gz::https://gitlab.com/MartijnBraam/powersupply/-/archive/$pkgver/powersupply-$pkgver.tar.gz
|
||||
|
|
Loading…
Reference in a new issue