Poudriere build failure: finance/electrum@py312

While Poudriere was building Electrum for FreeBSD 14.4, the building stopped, when dependency check for Asyncio NOSTR client failed. The issue seems to be a version requirement. I tested building with Python 3.11 and 3.12. If you have tips, I would be happy to learn more about, how to fix this issue.
Code:
Extracting py312-electrum-aionostr-0.1.0: ………. done
py312-electrum-4.6.2 depends on package: py312-electrum-aionostr>=0.0.11,<0.1 – not found
make: stopped making “run-depends” in /usr/ports/finance/electrum
 
Is it possible to override or disable the "<0.1" in the Poudriere Make settings? It looks like it must be below 0.1, but it is 0.1 exactly.
 
Back
Top