git » python-tornado.git » commit cbb3e28

Add all direct dependencies

author David Runge
2024-04-04 08:09:00 UTC
committer David Runge
2024-04-04 08:09:00 UTC
parent 3ecef8fa0ff0297004a2164a4d10694f36c687f7

Add all direct dependencies

Signed-off-by: David Runge <dvzrv@archlinux.org>

.SRCINFO +1 -0
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index 48c444b..68ea486 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = python-tornado
 	makedepends = python-installer
 	makedepends = python-setuptools
 	makedepends = python-wheel
+	depends = glibc
 	depends = python
 	optdepends = python-pycurl: for tornado.curl_httpclient
 	optdepends = python-pycares: an alternative non-blocking DNS resolver
diff --git a/PKGBUILD b/PKGBUILD
index ecaf84c..e539102 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='open source version of the scalable, non-blocking web server and tools'
 arch=('x86_64')
 url='https://www.tornadoweb.org/'
 license=('Apache-2.0')
-depends=('python')
+depends=('glibc' 'python')
 optdepends=('python-pycurl: for tornado.curl_httpclient'
             'python-pycares: an alternative non-blocking DNS resolver'
             'python-twisted: for tornado.platform.twisted')