Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
libpsl


Commits:
38cf4ad2 by Daan De Meyer at 2024-05-04T10:35:35+02:00
Move python to makedepends

python is only required for building the library, not for using it.
libpsl is a dependency of and curl is a dependency of systemd and
systemd is in base so currently python is being pulled into pretty
all arch installations.

Fixes #1
Fixes ddc9012ceba84c67bbfcde617c2a1773603fb27d

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -11,12 +11,12 @@ license=('MIT')
 depends=(
   libidn2
   libunistring
-  python
 )
 makedepends=(
   gtk-doc
   libxslt
   publicsuffix-list
+  python
 )
 provides=('libpsl.so')
 
source=(https://github.com/rockdaboot/libpsl/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libpsl/-/commit/38cf4ad2251ef3a5e044309a1683ceea0cc066a0

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libpsl/-/commit/38cf4ad2251ef3a5e044309a1683ceea0cc066a0
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to