diff --git a/dev-python/fs/fs-2.4.16.ebuild b/dev-python/fs/fs-2.4.16.ebuild index e086bb3bb3614..011d19d9d24c5 100644 --- a/dev-python/fs/fs-2.4.16.ebuild +++ b/dev-python/fs/fs-2.4.16.ebuild @@ -4,13 +4,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( pypy3 python3_{8..11} ) inherit distutils-r1 optfeature DESCRIPTION="Filesystem abstraction layer" HOMEPAGE=" https://pypi.org/project/fs/ - https://docs.pyfilesystem.org + https://docs.pyfilesystem.org/ https://www.willmcgugan.com/tag/fs/ " SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"