state: allow to unvendor cbor
2 unresolved threads
2 unresolved threads
Compare changes
+ 8
− 1
@@ -19,7 +19,14 @@
This instance will be upgraded to Heptapod 17.9.0 final on 2025-04-04 between 14:00 and 15:00 UTC+2
This makes evolve fallback to an externally provided version of
the cbor
library, which in turns allows distributions such as Debian
not to include the vendored cbor.py
and rely on their own provided
version instead.
The price to pay is the immediate attempt to import the vendored cbor
,
to circumvent that hgdemandimport never raises ImportError
immediately.