Skip to content
Snippets Groups Projects
Commit 6563f95c authored by Natanael Copa's avatar Natanael Copa
Browse files

community/py3-jsonrpc-server: fix deps for python 3.9

parent 52658b8b
No related branches found
No related tags found
No related merge requests found
......@@ -2,12 +2,12 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-jsonrpc-server
pkgver=0.4.0
pkgrel=0
pkgrel=1
pkgdesc="A asynchronous JSON RPC server"
url="https://github.com/palantir/python-jsonrpc-server"
arch="noarch"
license="MIT"
depends="python3"
depends="python3 py3-ujson"
checkdepends="py3-pytest py3-mock"
makedepends="py3-setuptools python3-dev py3-wheel"
source="https://github.com/palantir/python-jsonrpc-server/archive/$pkgver/python-jsonrpc-server-$pkgver.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