diff --git a/python/python-clikit/PKGBUILD b/python/python-clikit/PKGBUILD index 5b47802a5d..2981e1213d 100644 --- a/python/python-clikit/PKGBUILD +++ b/python/python-clikit/PKGBUILD @@ -5,15 +5,14 @@ _pkgname=clikit pkgname=python-clikit pkgver=0.6.2 -pkgrel=9 +pkgrel=11 pkgdesc='clikit allows you to create beautiful and testable command-line interfaces' arch=(any) url="https://github.com/sdispater/${_pkgname}" license=(MIT) depends=(python-crashtest python-pastel - python-pylev - python-typing_extensions) + python-pylev) makedepends=(python-{build,installer,wheel} python-poetry-core) checkdepends=(python-pytest-mock)