Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37811699
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-unicodedata2

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: unicodedata2-python3.10.patch
Скачать


diff --git a/unicodedata2/py2/unicodedata.c b/unicodedata2/py2/unicodedata.c
index 3cf06cd..3bb317f 100644
--- a/unicodedata2/py2/unicodedata.c
+++ b/unicodedata2/py2/unicodedata.c
@@ -13,7 +13,6 @@
    ------------------------------------------------------------------------ */
 
 #include "Python.h"
-#include "ucnhash.h"
 #include "structmember.h"
 #include "unicodectype.h"
 
diff --git a/unicodedata2/py3/unicodedata.c b/unicodedata2/py3/unicodedata.c
index 5fbf00d..ae32492 100644
--- a/unicodedata2/py3/unicodedata.c
+++ b/unicodedata2/py3/unicodedata.c
@@ -16,7 +16,6 @@
 #define PY_SSIZE_T_CLEAN
 
 #include "Python.h"
-#include "ucnhash.h"
 #include "structmember.h"
 #include "unicodectype.h"
 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin