File: 0002-Drop-embedded-libzstd-path-from-manifest-file.patch

package info (click to toggle)
python-pyzstd 0.18.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 772 kB
  • sloc: python: 7,617; ansic: 3,938; makefile: 5
file content (26 lines) | stat: -rw-r--r-- 658 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From: YOKOTA Hiroshi <yokota.hgml@gmail.com>
Date: Sun, 23 Jun 2024 09:48:03 +0900
Subject: Drop embedded libzstd path from manifest file

Forwarded: not-needed

Embedded libzstd code was drooped from Debian source.

> warning: no files found matching '*' under directory 'zstd/lib'
---
 MANIFEST.in | 2 --
 1 file changed, 2 deletions(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index bcce970..3cb024b 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -3,8 +3,6 @@ include CHANGELOG.md
 include LICENSE
 include README.md
 
-include zstd/LICENSE
-recursive-include zstd/lib *
 recursive-include src *
 recursive-include tests *
 recursive-include build_script *