diff --git a/dev-python/htmlentities/htmlentities-0.3.0.ebuild b/dev-python/htmlentities/htmlentities-0.3.0.ebuild
index 556e1177e..ebe3f2aa6 100644
--- a/dev-python/htmlentities/htmlentities-0.3.0.ebuild
+++ b/dev-python/htmlentities/htmlentities-0.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,17 +11,14 @@ DESCRIPTION="HTML Entities for Python"
HOMEPAGE="https://github.com/cobrateam/python-htmlentities"
SRC_URI="https://github.com/cobrateam/python-htmlentities/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
+S="${WORKDIR}/python-${P}"
+
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+ dev-python/six[${PYTHON_USEDEP}]
+"
-S="${WORKDIR}/python-${P}"
-
-src_prepare(){
- rm -r tests
- eapply_user
-}
+distutils_enable_tests unittest