mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +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:
parent
12360d8d54
commit
c0dc025dc7
1 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
pkgname=py3-filelock
|
||||
_pkgname=filelock
|
||||
pkgver=3.16.1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="A platform independent file lock for Python3"
|
||||
url="https://github.com/tox-dev/py-filelock"
|
||||
arch="noarch"
|
||||
|
@ -16,7 +16,6 @@ makedepends="
|
|||
"
|
||||
checkdepends="
|
||||
py3-pytest
|
||||
py3-pytest-asyncio
|
||||
py3-pytest-mock
|
||||
py3-pytest-timeout
|
||||
py3-virtualenv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue