summaryrefslogtreecommitdiff
path: root/yt-dlp/debian/patches/0003-Remove-use-of-git.patch
blob: 24b663685f0363f7f0c71ebf8ab44304a2c78694 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Remove use of git during build
Author: Unit 193 <unit193@debian.org>
Forwarded: not-needed

---
 Makefile |   10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

--- a/Makefile	2021-09-25 12:27:50.468876774 -0400
+++ b/Makefile	2021-09-25 12:27:50.456876891 -0400
@@ -8,7 +8,7 @@
 # Keep this list in sync with MANIFEST.in
 # intended use: when building a source distribution,
 # make pypi-files && python setup.py sdist
-pypi-files: AUTHORS Changelog.md LICENSE README.md README.txt supportedsites completions yt-dlp.1 devscripts/* test/*
+pypi-files: Changelog.md LICENSE README.md README.txt supportedsites completions yt-dlp.1 devscripts/* test/*
 
 .PHONY: all clean install test tar pypi-files completions ot offlinetest codetest supportedsites
 
bgstack15