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

package info (click to toggle)
python-httptools 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 248 kB
  • sloc: python: 560; makefile: 23
file content (21 lines) | stat: -rw-r--r-- 534 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 ee6bd7d..3d6e63a 100644
--- a/setup.py
+++ b/setup.py
@@ -180,7 +180,7 @@ setup(
             extra_compile_args=CFLAGS,
         ),
     ],
-    include_package_data=True,
+    include_package_data=False,
     test_suite='tests.suite',
     setup_requires=setup_requires,
     extras_require={