File: 0001-dont_include_flag_icons.patch

package info (click to toggle)
django-countries 7.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,300 kB
  • sloc: python: 3,226; sh: 27; makefile: 17
file content (27 lines) | stat: -rw-r--r-- 718 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
27
From: Fladischer Michael <FladischerMichael@fladi.at>
Date: Fri, 9 Oct 2015 11:17:37 +0200
Subject: Don't install the included flag icons

 Debian already provides appropriate flag icons with the packages
 famfamfam-flag-(png|gif). Therefore ignore the images shipped by upstream.
Forwarded: not-needed
Last-Update: 2011-10-18

Patch-Name: dont_include_flag_icons.patch
---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index 6cf89e3..b27b397 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -28,7 +28,7 @@ classifiers =
 
 [options]
 zip_safe = False
-include_package_data = True
+include_package_data = False
 packages = find:
 install_requires = 
 	typing_extensions