diff options
Diffstat (limited to 'community/py3-automat/APKBUILD')
-rw-r--r-- | community/py3-automat/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/py3-automat/APKBUILD b/community/py3-automat/APKBUILD index ffb0eb4b3f..8285c5413c 100644 --- a/community/py3-automat/APKBUILD +++ b/community/py3-automat/APKBUILD @@ -6,13 +6,12 @@ _pkgname=Automat pkgver=0.8.0 pkgrel=1 pkgdesc="Self-service finite-state machines for the programmer on the go" -options="!check" # Circular dep with py3-twisted url="https://automat.readthedocs.io/" arch="noarch" license="MIT" depends="py3-attrs py3-six" makedepends="py3-setuptools" -checkdepends="py3-graphviz py3-twisted py3-pytest" +checkdepends="py3-pytest py3-pluggy" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" |