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


Commits:
956f62c4 by Frederik Schwan at 2024-05-01T15:28:05+02:00
remove python-exceptiongroup dependency

Python 3.11 provides exceptiongroup. See TODO
https://archlinux.org/todo/drop-python-exceptiongroup/

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
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,exceptiongroup,isodate,lxml,pycountry,pycryptodome,pysocks,requests,trio,trio-websocket,typing_extensions,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/956f62c4719bebb3311fbbee337ab780ad8baf4e

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


Reply via email to