summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2023-04-12 13:58:44 -0400
committeralgebro2023-04-12 13:58:44 -0400
commit0e652f30fc1e8767f6ade3dc963cac098cf29374 (patch)
tree82b405b5e2db15f5eccd4c84559817e55061aa2f
parent24926e088c3b113a32b947973fae42c65f6f1f8c (diff)
downloadaur-0e652f30fc1e8767f6ade3dc963cac098cf29374.tar.gz
remove unneeded dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d6bafe0b981..4305253c3dcb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,6 @@ pkgbase = katrain
depends = python-certifi
depends = python-chardet
depends = cython
- depends = python-dataclasses
depends = python-docutils
depends = python-idna
depends = python-kivy>=2.0.0
diff --git a/PKGBUILD b/PKGBUILD
index 2e01039dc224..34ed6097b26d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A tool for analyzing and playing go with AI feedback from KataGo."
arch=('i686' 'x86_64')
url="https://github.com/sanderland/katrain"
license=('MIT')
-depends=('python' 'python-certifi' 'python-chardet' 'cython' 'python-dataclasses'
+depends=('python' 'python-certifi' 'python-chardet' 'cython'
'python-docutils' 'python-idna' 'python-kivy>=2.0.0' 'python-kivymd' 'python-pillow'
'python-pygame' 'python-pygments' 'python-requests' 'python-urllib3' 'python-numpy' 'libzip')
source=("https://github.com/sanderland/${pkgname}/archive/v${pkgver}.tar.gz")