aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-traitlets
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-traitlets')
-rw-r--r--community/py3-traitlets/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-traitlets/APKBUILD b/community/py3-traitlets/APKBUILD
index e99cdbf62f..c5afac4d89 100644
--- a/community/py3-traitlets/APKBUILD
+++ b/community/py3-traitlets/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
pkgname=py3-traitlets
pkgver=4.3.3
-pkgrel=1
+pkgrel=2
pkgdesc="A lightweight Traits like module"
url="https://traitlets.readthedocs.io/"
arch="noarch"
license="BSD-3-Clause"
-depends="python3 py-six py3-ipython_genutils"
+depends="python3 py3-six py3-ipython_genutils"
makedepends="py3-setuptools"
options="!check" # No test suite present
source="traitlets-$pkgver.tar.gz::https://github.com/ipython/traitlets/archive/$pkgver.tar.gz"