Apply patch:

skip-binary
 From: Stefano Rivera <stefanor@debian.org>
 Date: Thu, 8 Oct 2015 14:19:51 -0700
 Subject: Skip the unidecode binary
This commit is contained in:
su-fang 2022-11-15 10:08:34 +08:00 committed by cckylin-cibot
parent 99306d89cf
commit 5b8bca19ec
2 changed files with 26 additions and 0 deletions

25
debian/patches/0001-Apply-patch.patch vendored Normal file
View File

@ -0,0 +1,25 @@
From: su-fang <sufang@kylinos.cn>
Date: Tue, 15 Nov 2022 10:08:34 +0800
Subject: Apply patch: skip-binary From: Stefano Rivera <stefanor@debian.org>
Date: Thu, 8 Oct 2015 14:19:51 -0700 Subject: Skip the unidecode binary
---
setup.py | 5 -----
1 file changed, 5 deletions(-)
diff --git a/setup.py b/setup.py
index aecfffb..e69789c 100644
--- a/setup.py
+++ b/setup.py
@@ -24,11 +24,6 @@ setup(
test_suite='tests',
- entry_points={
- 'console_scripts': [
- 'unidecode = unidecode.util:main'
- ]
- },
classifiers=[
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
"Programming Language :: Python",

1
debian/patches/series vendored Normal file
View File

@ -0,0 +1 @@
0001-Apply-patch.patch