diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-01-17 21:39:28 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:26 +0100 |
| commit | eee1ff3ae48fa28235c555274284417be3e46f8e (patch) | |
| tree | 9a873b502a207304104ff37d6fc4150c8fa3f656 /gnu | |
| parent | 6d41b6b0a0e2cb8a8f16fb6daa94737b53dec53c (diff) | |
gnu: python-yewtube: Drop phase 'fix-entry-points.
* gnu/packages/python-xyz.scm (python-yewtube)[arguments]<#:phases>:
Drop phase 'fix-entry-points.
Change-Id: Icf5515198078d3290a459dce335f79af4a8368c9
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/video.scm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 2186cfdbd0f..3ce0df58cac 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -6745,14 +6745,6 @@ can also directly record to WebM or MP4 if you prefer.") (list #:phases #~(modify-phases %standard-phases - (add-after 'unpack 'fix-entry-points - (lambda _ - (substitute* "setup.py" - ;; main.py is in a "mps_youtube" and not in - ;; "mps_youtube/main", see: - ;; <https://github.com/mps-youtube/yewtube/pull/1334>. - (("yt = mps_youtube:main.main") - "yt = mps_youtube.main:main")))) (add-after 'unpack 'relax-requirements (lambda _ (substitute* "mps_youtube/__init__.py" |
