File: 0002-Require-unicodedata2-explicitly.patch

package info (click to toggle)
python-glyphsets 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,396 kB
  • sloc: python: 973; xml: 432; sh: 11; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 256 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
This package previously required "unicodedata2".

--- a/setup.py
+++ b/setup.py
@@ -67,7 +67,6 @@
         "FontTools[ufo]",
         "glyphsLib>=6.7.1",
         "defcon",
-        "unicodedata2",
         "gflanguages>=0.6.0",
         "pyyaml",
     ],