mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 03:23:20 -04:00
dev-python/vharfbuzz: fix package_dir
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -29,7 +29,7 @@
|
||||
"Development Status :: 4 - Beta"
|
||||
|
||||
],
|
||||
- 'package_dir': {'':'Lib'},
|
||||
+ 'package_dir': {'':'lib'},
|
||||
'packages': ["vharfbuzz"]
|
||||
,
|
||||
}
|
||||
Reference in New Issue
Block a user