diff options
author | Marius Bakke <marius@gnu.org> | 2022-09-05 18:04:34 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-09 17:03:57 +0200 |
commit | 14b8282aa25897c8606fbd0d2cd2a2a65328201a (patch) | |
tree | 6efe291a002fffba2a1a9710718f9b9972a1dc95 /gnu/packages/video.scm | |
parent | 44119bf51dba0c197fe11a7c7920d51cc3bd34a2 (diff) |
gnu: python-lxml: Update to 4.9.1.
* gnu/packages/xml.scm (python-lxml): Update to 4.9.1.
[source](modules, snippet): Remove.
[arguments]: Respect TESTS? keyword in check phase.
(python-lxml-4.7): Define as deprecated alias for PYTHON-LXML.
* gnu/packages/video.scm (streamlink)[propagated-inputs]: Change from
PYTHON-LXML-4.7 to PYTHON-LXML.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 80d19bbfe8..ee360fc0b6 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3092,7 +3092,7 @@ and custom quantization matrices.") (list python-pysocks python-websocket-client python-isodate - python-lxml-4.7 + python-lxml python-pycountry python-pycryptodome python-requests |