Poudriere bulk build fails due to Django version conflict

Hello,
I’m building packages using poudriere and running into a conflict during a bulk build.
I run the following command:
Code:
sudo poudriere bulk \
    -j 150amd64 \
    -p main \
    -O local \
    -b latest \
    -k \
    -f /usr/local/etc/poudriere.d/pkglist.txt
During the build, I get this error:
Code:
[150amd64-main-job-01] `-- Installing py311-django42-4.2.30...
pkg-static: py311-django42-4.2.30 conflicts with py311-django52-5.2.14 (installs files into the same place).  Problematic file: /usr/local/bin/django-admin

Failed to install the following 1 package(s): /packages/All/py311-dj-database-url-3.1.2.pkg
*** Error code 1

Stop.
make: stopped making "run-depends" in /overlays/local/www/meet
How can I resolve this in poudriere?
 
Back
Top