Skip to content
Snippets Groups Projects
Commit a2419994 authored by Caleb Maclennan's avatar Caleb Maclennan
Browse files

add missing new dependency, fixes FS#78027

parent c92bd868
No related branches found
Tags 0.2.0-5
No related merge requests found
......@@ -7,12 +7,12 @@
pkgname=python-qrcode
_pkgname=${pkgname#python-}
pkgver=7.4.2
pkgrel=1
pkgrel=2
pkgdesc='Python library to generate QR codes'
arch=('any')
url='https://github.com/lincolnloop/python-qrcode'
license=('BSD')
depends=('python' 'python-pypng')
depends=('python' 'python-typing_extensions' 'python-pypng')
optdepends=('python-pillow: faster but not python native backend')
makedepends=('python-'{build,installer,wheel} 'python-setuptools')
checkdepends=('python-pytest')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment