diff options
author | Luis Aranguren | 2023-10-22 16:14:03 +1100 |
---|---|---|
committer | Luis Aranguren | 2023-10-22 16:14:03 +1100 |
commit | c6d90ec02630fa34355947689b5179e7d3b8a2f2 (patch) | |
tree | 8bf97ba07a0f776d358df2f4d72b4b4c822e9d39 | |
parent | a440a28d6f6061a643fffeab3e3aca1b6e35d1c6 (diff) | |
download | aur-python-noiseprotocol-git.tar.gz |
added python-pytest-aiohttp & python-pytest-asyncio to makedepends
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -7,6 +7,8 @@ pkgbase = python-noiseprotocol-git license = MIT makedepends = python-setuptools makedepends = python-pytest + makedepends = python-pytest-aiohttp + makedepends = python-pytest-asyncio makedepends = git depends = python depends = python-cryptography @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="A Python implementation of Noise Protocol Framework" arch=('any') depends=('python' 'python-cryptography') -makedepends=('python-setuptools' 'python-pytest' 'git') +makedepends=('python-setuptools' 'python-pytest' 'python-pytest-aiohttp' 'python-pytest-asyncio' 'git') url="https://github.com/plizonczyk/noiseprotocol" license=('MIT') options=('!emptydirs') |