Repair py3-syndicate deps

This commit is contained in:
Tony Garnock-Jones 2022-01-11 06:32:35 +01:00
parent 8ea15d0958
commit 49ef023dfd
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@
pkgname=py3-syndicate
_pyname=syndicate-py
pkgver=0.7.2
pkgrel=0
pkgrel=1
pkgdesc="Syndicated Actor model for Python"
url="https://syndicate-lang.org/"
arch="noarch"
license="GPL-3.0-or-later"
depends="python3 py3-preserves"
depends="python3 py3-preserves py3-websockets"
makedepends="py3-setuptools py3-pip py3-wheel"
_pypiprefix="${_pyname%${_pyname#?}}"
source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz"