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

Johannes Löthberg demize at gemini.archlinux.org
Wed Dec 1 16:55:03 UTC 2021


    Date: Wednesday, December 1, 2021 @ 16:55:03
  Author: demize
Revision: 1060621

Add flake8 to makedepends (Python 3.10 rebuild)

Upstream project has flake8 in setup_requires, so is always required during build-time

Modified:
  python-clickclick/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 16:53:00 UTC (rev 1060620)
+++ PKGBUILD	2021-12-01 16:55:03 UTC (rev 1060621)
@@ -8,7 +8,7 @@
 license=('Apache')
 arch=('any')
 depends=('python-click' 'python-yaml')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'flake8')
 #checkdepends=('python-pytest-runner')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
 sha512sums=('d8954d231bff6945ac0e8350be05775a8a0b852dd0284e3446b3f9c8bc5861870ed1bc058e132c144fe8d543aee87d7a7a54894abdb4006664e5994c8cfb507f')



More information about the arch-commits mailing list