diff options
-rw-r--r-- | testing/kitty/APKBUILD | 3 |
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 } |