summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2023-10-22 16:14:03 +1100
committerLuis Aranguren2023-10-22 16:14:03 +1100
commitc6d90ec02630fa34355947689b5179e7d3b8a2f2 (patch)
tree8bf97ba07a0f776d358df2f4d72b4b4c822e9d39
parenta440a28d6f6061a643fffeab3e3aca1b6e35d1c6 (diff)
downloadaur-python-noiseprotocol-git.tar.gz
added python-pytest-aiohttp & python-pytest-asyncio to makedepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 921b6b72de5a..569938534375 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 2e9d42c76276..b5f32ad290a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')