1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 11:19:50 +03:00

community/py3-filelock: break circular dependency

py3-pytest-xdist -> py3-filelock -> py3-pytest-asyncio -> py3-pytest-trio -> py3-trio -> py3-openssl -> [...] -> py3-pytest-xdist
This commit is contained in:
ptrcnull 2025-03-10 19:17:54 +01:00
parent 12360d8d54
commit c0dc025dc7

View file

@ -3,7 +3,7 @@
pkgname=py3-filelock pkgname=py3-filelock
_pkgname=filelock _pkgname=filelock
pkgver=3.16.1 pkgver=3.16.1
pkgrel=0 pkgrel=1
pkgdesc="A platform independent file lock for Python3" pkgdesc="A platform independent file lock for Python3"
url="https://github.com/tox-dev/py-filelock" url="https://github.com/tox-dev/py-filelock"
arch="noarch" arch="noarch"
@ -16,7 +16,6 @@ makedepends="
" "
checkdepends=" checkdepends="
py3-pytest py3-pytest
py3-pytest-asyncio
py3-pytest-mock py3-pytest-mock
py3-pytest-timeout py3-pytest-timeout
py3-virtualenv py3-virtualenv