[arch-commits] Commit in python-hypothesis/trunk (PKGBUILD)
Filipe Laíns
ffy00 at gemini.archlinux.org
Sun Sep 4 20:15:44 UTC 2022
Date: Sunday, September 4, 2022 @ 20:15:43
Author: ffy00
Revision: 1292892
add missing dependency (6.54.4-2)
Modified:
python-hypothesis/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-04 19:56:46 UTC (rev 1292891)
+++ PKGBUILD 2022-09-04 20:15:43 UTC (rev 1292892)
@@ -2,12 +2,12 @@
pkgname=python-hypothesis
pkgver=6.54.4
-pkgrel=1
+pkgrel=2
pkgdesc="Advanced Quickcheck style testing library for Python"
arch=('any')
license=('MPL')
url="https://hypothesis.readthedocs.org"
-depends=('python-attrs' 'python-sortedcontainers')
+depends=('python-attrs' 'python-sortedcontainers' 'python-exceptiongroup')
optdepends=('python-pytz: for datetime and django module'
'python-faker: for fakefactory and django module'
'python-django: for django module'
@@ -16,7 +16,7 @@
'python-lark-parser: for lark module'
'python-libcst: for codemods module')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
-checkdepends=('python-pytest' 'flake8' 'python-pytz' 'python-numpy' 'python-faker' 'python-exceptiongroup'
+checkdepends=('python-pytest' 'flake8' 'python-pytz' 'python-numpy' 'python-faker'
'python-flaky' 'python-django' 'python-mock' 'python-pandas' 'python-dpcontracts'
'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 'python-coverage'
'python-typing_extensions' 'python-black' 'python-fakeredis' 'python-libcst')
More information about the arch-commits
mailing list