mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-qrcode: add missing dependency
setuptools is needed to run /usr/bin/qr
This commit is contained in:
parent
86bfd591fa
commit
30063ed472
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'python3-qrcode'
|
# Template file for 'python3-qrcode'
|
||||||
pkgname=python3-qrcode
|
pkgname=python3-qrcode
|
||||||
version=7.4.2
|
version=7.4.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-pypng python3-typing_extensions"
|
depends="python3-pypng python3-typing_extensions python3-setuptools"
|
||||||
checkdepends="python3-pytest ${depends}"
|
checkdepends="python3-pytest ${depends}"
|
||||||
short_desc="QR Code image generator"
|
short_desc="QR Code image generator"
|
||||||
maintainer="Charles E. Lehner <cel@celehner.com>"
|
maintainer="Charles E. Lehner <cel@celehner.com>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue