summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 389798c0c73f..5466913bd954 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,6 @@ pkgbase = python-tcod
makedepends = python-pycparser>=2.14
makedepends = python-sphinx
makedepends = sdl2>=2.0.5
- depends = libtcod
depends = python-cffi
depends = python-numpy>=1.20.3
depends = python-typing_extensions
diff --git a/PKGBUILD b/PKGBUILD
index 475256e7c2c3..6719fe9ce818 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,6 @@ arch=('x86_64')
url='https://github.com/libtcod/python-tcod'
license=('BSD')
depends=(
- 'libtcod'
'python-cffi'
'python-numpy>=1.20.3'
'python-typing_extensions')