mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
htmlentities: fix tests installation
This commit is contained in:
parent
8cbfebef91
commit
8bbd622c59
1 changed files with 5 additions and 0 deletions
|
|
@ -21,4 +21,9 @@ RDEPEND="
|
|||
dev-python/six[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
sed -i -e "s/find_packages(/find_packages(exclude=['tests']/" setup.py
|
||||
eapply_user
|
||||
}
|
||||
|
||||
distutils_enable_tests unittest
|
||||
|
|
|
|||
Loading…
Reference in a new issue