Skip to content
Snippets Groups Projects
Commit 6d5b5a27 authored by alice's avatar alice
Browse files

community/py3-aioresponses: fix build

parent adbe0da0
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ builddir="$srcdir/aioresponses-$pkgver"
options="!check" # requires dependencies yet to be packaged
build() {
export PBR_VERSION=$pkgver
python3 setup.py build
}
......@@ -25,4 +26,6 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="2b43bc5e1cd17c9fded87049b8bbb756218d2ebd8d5eaaaa4772166c3f2e791a4a80b5bcfb9ef1b186a70680f771e552c1a85b7a5ad77d79e60338c7c91ca3bf aioresponses-0.7.1.tar.gz"
sha512sums="
2b43bc5e1cd17c9fded87049b8bbb756218d2ebd8d5eaaaa4772166c3f2e791a4a80b5bcfb9ef1b186a70680f771e552c1a85b7a5ad77d79e60338c7c91ca3bf aioresponses-0.7.1.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment