Add python-pyserial-asyncio dependency

This commit is contained in:
link2xt 2026-02-22 02:08:12 +00:00
parent db85418647
commit 13814f8586
2 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,7 @@ pkgbase = python-pyoprf
makedepends = python-wheel
makedepends = python-setuptools
depends = liboprf
depends = python-pyserial-asyncio
source = https://files.pythonhosted.org/packages/source/p/pyoprf/pyoprf-0.9.3.tar.gz
b2sums = 22916713c559020c51094c854d0d49e60c7061b80a8ba1f870119556d39648021f7333c7bb1dea33d36608fef60636098bf246e1f0d7638f682af150bfbaf615

View file

@ -7,7 +7,7 @@ pkgdesc="Python bindings for the liboprf library"
arch=(any)
url="https://pypi.org/project/pyoprf/"
license=('LGPL-3.0-or-later')
depends=(liboprf)
depends=(liboprf python-pyserial-asyncio)
makedepends=(python-build python-installer python-wheel python-setuptools)
source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name//-/_}/${_name//-/_}-$pkgver.tar.gz)
b2sums=('22916713c559020c51094c854d0d49e60c7061b80a8ba1f870119556d39648021f7333c7bb1dea33d36608fef60636098bf246e1f0d7638f682af150bfbaf615')