author | David Runge
<dvzrv@archlinux.org> 2024-04-10 09:16:48 UTC |
committer | David Runge
<dvzrv@archlinux.org> 2024-04-10 09:16:48 UTC |
parent | 42c26c4e788d83c9f9fdcc383c1c2c4e54c75a31 |
PKGBUILD | +1 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index b5c3e1e..9054340 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,7 +11,7 @@ pkgdesc="A Python 3.x interface to libcurl" arch=('x86_64') url="http://pycurl.sourceforge.net/" license=('LGPL-2.1-only OR MIT') -depends=('python' 'curl') +depends=('curl' 'glibc' 'openssl' 'python') makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') checkdepends=('python-bottle' 'python-pytest' 'vsftpd' 'python-flaky' 'python-pyflakes') source=("https://github.com/pycurl/pycurl/archive/$_version/$pkgname-$pkgver.tar.gz")