[arch-commits] Commit in python-qrcode/trunk (PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Sat Aug 28 09:34:35 UTC 2021


    Date: Saturday, August 28, 2021 @ 09:34:35
  Author: alerque
Revision: 1007661

upgpkg: python-qrcode 7.3-3; restore setuptools, pkg_resources *is* imported at runtime

Modified:
  python-qrcode/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-28 08:58:24 UTC (rev 1007660)
+++ PKGBUILD	2021-08-28 09:34:35 UTC (rev 1007661)
@@ -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)



More information about the arch-commits mailing list