dev-python/psautohint: rename

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-02-28 14:18:46 +05:00
parent 9337863685
commit 6d76505f94
7 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
--- a/setup.py
+++ b/setup.py
@@ -564,6 +564,7 @@ ext_modules = [
sources=[
"python/psautohint/_psautohint.c",
],
+ libraries = ['psautohint'],
),
]