commit: f5ea786b65f93389b3280c48a6117ef43420bc1a Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Fri Dec 20 21:24:20 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Fri Dec 20 21:24:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5ea786b
dev-python/django-registration: fix deps for musl Closes: https://bugs.gentoo.org/923001 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> ...ngo-registration-5.1.0.ebuild => django-registration-5.1.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/django-registration/django-registration-5.1.0.ebuild b/dev-python/django-registration/django-registration-5.1.0-r1.ebuild similarity index 95% rename from dev-python/django-registration/django-registration-5.1.0.ebuild rename to dev-python/django-registration/django-registration-5.1.0-r1.ebuild index 3596be0ba0de..d74dfaecf947 100644 --- a/dev-python/django-registration/django-registration-5.1.0.ebuild +++ b/dev-python/django-registration/django-registration-5.1.0-r1.ebuild @@ -25,6 +25,7 @@ KEYWORDS="~amd64" RDEPEND=" >=dev-python/confusable-homoglyphs-3.0[${PYTHON_USEDEP}] >=dev-python/django-4.2[${PYTHON_USEDEP}] + elibc_musl? ( dev-python/tzdata ) " python_test() {
