diff options
-rw-r--r-- | app-text/openpaperwork-core/openpaperwork-core-2.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/openpaperwork-core/openpaperwork-core-2.1.2.ebuild b/app-text/openpaperwork-core/openpaperwork-core-2.1.2.ebuild index 7629df447682..58b64fac3c8c 100644 --- a/app-text/openpaperwork-core/openpaperwork-core-2.1.2.ebuild +++ b/app-text/openpaperwork-core/openpaperwork-core-2.1.2.ebuild @@ -4,13 +4,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Core part of Paperwork (plugin management)" HOMEPAGE="https://gitlab.gnome.org/World/OpenPaperwork" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" |