Skip to content

Commit b1add1f

Browse files
authored
ci: install cbor2 on Packit (#4948)
to prevent the newly introduced CBOR tests from failing with: ``` ###(090)=[failed] Interop: Large unsigned integer >>> large_int = 18446744073709551615 # 2^64 - 1 >>> encoded = cbor2.dumps(large_int) NameError: name 'cbor2' is not defined ``` and so on.
1 parent 5b81ba1 commit b1add1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.packit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ actions:
2828
- "sed -i '/^BuildArch/aBuildRequires: python3-ipython' .packit_rpm/scapy.spec"
2929
- "sed -i '/^BuildArch/aBuildRequires: python3-brotli' .packit_rpm/scapy.spec"
3030
- "sed -i '/^BuildArch/aBuildRequires: python3-can' .packit_rpm/scapy.spec"
31+
- "sed -i '/^BuildArch/aBuildRequires: python3-cbor2' .packit_rpm/scapy.spec"
3132
- "sed -i '/^BuildArch/aBuildRequires: python3-coverage' .packit_rpm/scapy.spec"
3233
- "sed -i '/^BuildArch/aBuildRequires: python3-cryptography' .packit_rpm/scapy.spec"
3334
- "sed -i '/^BuildArch/aBuildRequires: python3-tkinter' .packit_rpm/scapy.spec"

0 commit comments

Comments
 (0)