File: 0004-Do-not-install-package-data.patch

package info (click to toggle)
python-httptools 0.0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 220 kB
  • sloc: python: 529; makefile: 12
file content (19 lines) | stat: -rw-r--r-- 433 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Sat, 20 Oct 2018 22:20:40 +0200
Subject: Do not install package data.

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index c7aceea..914e5e3 100644
--- a/setup.py
+++ b/setup.py
@@ -28,5 +28,5 @@ setup(
         )
     ]),
     provides=['httptools'],
-    include_package_data=True
+    include_package_data=False
 )