mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Add python-pyserial-asyncio dependency
This commit is contained in:
parent
db85418647
commit
13814f8586
2 changed files with 2 additions and 1 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue