Date: Sat, 06 Aug 2022 20:11:42 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 261086] www/py-graphite-web: conflicts with net-mgmt/netbox: django22 versus django32 Message-ID: <bug-261086-7788-OFusuCOHvi@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-261086-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-261086-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261086 --- Comment #7 from Kai Knoblich <kai@FreeBSD.org> --- (In reply to Muhammad Moinur Rahman from comment #6) Yes, because each Django version has the same namespace (=3D "django"). So = only one version of Django can be present for a specific Python version. It can be reproduced via installing "py39-django32" first and then "py39-django40". Thus I only can think of following workarounds at the moment: - Make use of jails. - Use different Python versions, e.g. py38 for www/py-graphite and py39 for net-mgmt/netbox. In that case, both www/py-django32 and www/py-django40 sti= ll need "USE_PYTHON=3Dconcurrent" to make it possible.=20 - Someone(tm), who has much time/brainpower and can craft a useful "USE_PYTHON=3Ddjango" or "USES=3Ddjango", e.g. give review D12592 a major o= verhaul and shepherd it into the Ports tree. - Use a Python virtualenv. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261086-7788-OFusuCOHvi>