aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kitty
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-19 17:12:19 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-19 17:17:09 +0100
commitf7f0d2c2b8bcd6a5843401a9a702029556492689 (patch)
tree59c42797235ed85bd859e1eac10ec7420edeffec /testing/kitty
parentd0fed0144e99adbfa3187d1fb84c601e1122b5f7 (diff)
downloadaports-f7f0d2c2b8bcd6a5843401a9a702029556492689.tar.bz2
aports-f7f0d2c2b8bcd6a5843401a9a702029556492689.tar.xz
testing/kitty: drop obsolete dependency
Diffstat (limited to 'testing/kitty')
-rw-r--r--testing/kitty/APKBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/testing/kitty/APKBUILD b/testing/kitty/APKBUILD
index 065ea85fe5..456fc28c87 100644
--- a/testing/kitty/APKBUILD
+++ b/testing/kitty/APKBUILD
@@ -24,9 +24,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/kovidgoyal/kitty/archive/v$p
fix-ppc64le-build-ioctl-with-musl.patch
"
-# Remove once sphinx-build gets py-attrs dependency
-makedepends="$makedepends py3-attrs"
-
build() {
SPHINXBUILD=sphinx-build python3 setup.py linux-package
}