[arch-commits] Commit in python-jose/trunk (PKGBUILD)
Johannes Löthberg
demize at gemini.archlinux.org
Wed Dec 1 16:03:23 UTC 2021
Date: Wednesday, December 1, 2021 @ 16:03:23
Author: demize
Revision: 1060583
Move python-pytest-runner from checkdepends to makedepends
The package has pytest-runner in setup_requires, so the dependency needs to
always be installed during build-time, even when not running tests.
Modified:
python-jose/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-01 16:00:53 UTC (rev 1060582)
+++ PKGBUILD 2021-12-01 16:03:23 UTC (rev 1060583)
@@ -10,8 +10,8 @@
depends=('python-rsa' 'python-six' 'python-ecdsa' 'python-future')
optdepends=('python-cryptography: one option for better performance'
'python-pycryptodome: one option for better performance')
-makedepends=('python-setuptools' 'python-rsa' 'python-six' 'python-ecdsa' 'python-future')
-checkdepends=('python-pytest-runner' 'python-cryptography' 'python-pycryptodome' 'python-pytest-cov')
+makedepends=('python-setuptools' 'python-rsa' 'python-six' 'python-ecdsa' 'python-future' 'python-pytest-runner')
+checkdepends=('python-cryptography' 'python-pycryptodome' 'python-pytest-cov')
source=("https://github.com/mpdavis/python-jose/archive/$pkgver/$pkgname-$pkgver.tar.gz")
sha512sums=('de7147cc6e12406d6e459c32829acae46395acba727c53e65bc05f4794ee3050eecd355e3ae2e87f4ebdbd871f53822eea08a10f25d7ca6088fc6128dc7d9637')
More information about the arch-commits
mailing list