htmlentities: fix tests installation

This commit is contained in:
rick 2025-06-04 00:41:15 +02:00
parent 8cbfebef91
commit 8bbd622c59
No known key found for this signature in database
GPG key ID: A2E7B6CA577C8F07

View file

@ -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