Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-pytest-bdd
Commits:
7580b297 by Daniel M. Capella at 2024-02-26T15:24:01-05:00
s/typing-extensions/typing_extensions/
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@ pkgdesc='BDD library for the pytest runner'
arch=('any')
license=('MIT')
url='https://github.com/pytest-dev/pytest-bdd'
-depends=('python-mako' 'python-parse' 'python-parse-type' 'python-pytest'
'python-typing-extensions')
+depends=('python-mako' 'python-parse' 'python-parse-type' 'python-pytest'
'python-typing_extensions')
makedepends=('python-build' 'python-installer' 'python-poetry-core')
checkdepends=('python-setuptools')
source=("https://github.com/pytest-dev/pytest-bdd/archive/$pkgver/$pkgname-$pkgver.tar.gz")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-bdd/-/commit/7580b297e5c4055eafe17f9c0f60a2c5702ab87f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-bdd/-/commit/7580b297e5c4055eafe17f9c0f60a2c5702ab87f
You're receiving this email because of your account on gitlab.archlinux.org.