Skip to content
Snippets Groups Projects
Commit 201abc28 authored by Patrycja Rosa's avatar Patrycja Rosa :cat: Committed by alice
Browse files

community/py3-watchgod: add missing check dependency on py3-trio

parent 2fda037e
No related branches found
No related tags found
1 merge request!46274community/py3-w*: split -pyc
...@@ -9,7 +9,7 @@ arch="noarch !armhf !ppc64le" # limited by py3-anyio ...@@ -9,7 +9,7 @@ arch="noarch !armhf !ppc64le" # limited by py3-anyio
license="MIT" license="MIT"
depends="python3 py3-anyio" depends="python3 py3-anyio"
makedepends="py3-setuptools" makedepends="py3-setuptools"
checkdepends="py3-pytest py3-pytest-asyncio py3-pytest-mock py3-pytest-toolbox" checkdepends="py3-pytest py3-pytest-asyncio py3-pytest-mock py3-pytest-toolbox py3-trio"
subpackages="$pkgname-pyc" subpackages="$pkgname-pyc"
source="$pkgname-v$pkgver.tar.gz::https://github.com/samuelcolvin/watchfiles/archive/refs/tags/v$pkgver.tar.gz" source="$pkgname-v$pkgver.tar.gz::https://github.com/samuelcolvin/watchfiles/archive/refs/tags/v$pkgver.tar.gz"
builddir="$srcdir/watchfiles-$pkgver" builddir="$srcdir/watchfiles-$pkgver"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment