Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
streamlink


Commits:
3d53be8b by bastimeyer at 2024-02-25T12:55:29+01:00
fix: add missing direct dependencies

- `python-lxml`
  currently indirectly included via `python-pycountry` (depends)
- `python-typing_extensions`
  currently indirectly included via `python-setuptools` (makedepends)

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -16,12 +16,14 @@ pkgbase = streamlink
        makedepends = python-wheel
        depends = python-certifi
        depends = python-isodate
+       depends = python-lxml
        depends = python-pycountry
        depends = python-pycryptodome
        depends = python-pysocks
        depends = python-requests
        depends = python-trio
        depends = python-trio-websocket
+       depends = python-typing_extensions
        depends = python-websocket-client
        optdepends = ffmpeg: Required to play streams that are made up of 
separate audio and video streams, eg. YouTube 1080p+
        source = 
https://github.com/streamlink/streamlink/releases/download/6.6.2/streamlink-6.6.2.tar.gz


=====================================
PKGBUILD
=====================================
@@ -9,7 +9,7 @@ pkgdesc='CLI program that launches streams from various 
streaming services in a
 arch=('any')
 url='https://streamlink.github.io/'
 license=('BSD')
-depends=("python-"{certifi,isodate,pycountry,pycryptodome,pysocks,requests,trio,trio-websocket,websocket-client})
+depends=("python-"{certifi,isodate,lxml,pycountry,pycryptodome,pysocks,requests,trio,trio-websocket,typing_extensions,websocket-client})
 
checkdepends=("python-"{freezegun,pytest,pytest-asyncio,pytest-trio,requests-mock})
 makedepends=("python-"{build,installer,setuptools,wheel})
 optdepends=('ffmpeg: Required to play streams that are made up of separate 
audio and video streams, eg. YouTube 1080p+')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/streamlink/-/commit/3d53be8b990e0121ddde951c023cd45769d7faa5

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/streamlink/-/commit/3d53be8b990e0121ddde951c023cd45769d7faa5
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to