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

restore setuptools, pkg_resources *is* imported at runtime

parent 78e8dc6c
No related branches found
Tags 7.0.0-4
No related merge requests found
......@@ -6,13 +6,12 @@
pkgname=python-qrcode
pkgver=7.3
pkgrel=2
pkgrel=3
pkgdesc='Python library to generate QR codes'
arch=('any')
url='https://github.com/lincolnloop/python-qrcode'
license=('BSD')
depends=('python')
makedepends=('python-setuptools')
depends=('python' 'python-setuptools')
optdepends=('python-pillow: generate images')
checkdepends=('python-pillow' 'python-pytest')
source=($url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
......
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