[arch-commits] Commit in python-pylast/trunk (PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Thu Aug 18 13:49:25 UTC 2022


    Date: Thursday, August 18, 2022 @ 13:49:25
  Author: alucryd
Revision: 1267350

FS#74611: add missing deps

Modified:
  python-pylast/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-18 13:44:15 UTC (rev 1267349)
+++ PKGBUILD	2022-08-18 13:49:25 UTC (rev 1267350)
@@ -6,12 +6,15 @@
 
 pkgname=python-pylast
 pkgver=5.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A Python interface to Last.fm and Libre.fm'
 arch=(any)
 url='https://github.com/pylast/pylast'
 license=(Apache)
-depends=(python-six)
+depends=(
+  python-httpx
+  python-importlib-metadata
+)
 makedepends=(
   git
   python-setuptools
@@ -23,19 +26,16 @@
 
 pkgver() {
   cd pylast
-
   git describe --tags
 }
 
 build() {
   cd pylast
-
   python setup.py build
 }
 
 package() {
   cd pylast
-
   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
 }
 



More information about the arch-commits mailing list