January 25, 2023 at 9:05 PM, "Dan Smith via chirp_devel" <chirp_devel@intrepid.danplanet.com> wrote:
Since our (Mageia) most recent python3 updates sometime this monthchirp-next builds fail with:packaging.version.InvalidVersion: Invalid version: 'py3dev'The above exception was the direct cause of the following exception:Traceback (most recent call last):File "/usr/lib/rpm/pythondistdeps.py", line 626, in <module>raise RuntimeError("Error: pythondistdeps.py generator encounteredan unhandled exception and was terminated.") from excRuntimeError: Error: pythondistdeps.py generator encountered anunhandled exception and was terminated.error: Dependency tokens must begin with alpha-numeric, '_' or '/': ***PYTHONDISTDEPS_GENERATORS_FAILED ***Provides: application() application(chirp.desktop) chirp =1:0.4.0-0.20230101.1.mgaRequires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1rpmlib(PayloadFilesHavePrefix) <= 4.0-1Requires: python(abi) = 3.10 python3.10dist(future)python3.10dist(pyserial) python3.10dist(requests) python3.10dist(six)python3.10dist(yattag)/--------------------------------------Since you're seeing py3dev I assume that means you're building directly from git? Why?