[Git][reproducible-builds/diffoscope][master] Require *gpg* as well.
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Fri Feb 9 19:01:18 UTC 2024
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
18d69030 by Chris Lamb at 2024-02-09T11:01:04-08:00
Require *gpg* as well.
- - - - -
4 changed files:
- debian/control
- debian/tests/control
- diffoscope/external_tools.py
- tests/comparators/test_pgp.py
Changes:
=====================================
debian/control
=====================================
@@ -39,6 +39,7 @@ Build-Depends:
giflib-tools <!nocheck>,
gnumeric <!nocheck>,
gnupg-utils <!nocheck>,
+ gpg <!nocheck>,
hdf5-tools <!nocheck>,
help2man,
html2text <!nocheck>,
=====================================
debian/tests/control
=====================================
@@ -7,7 +7,7 @@
# $ mv debian/tests/control.tmp debian/tests/control
Tests: pytest-with-recommends
-Depends: python3-all, diffoscope, black, python3-pytest, python3-h5py, file, linux-image-amd64 [amd64] | linux-image-generic [amd64], aapt [amd64 arm64 armel armhf i386 mips64el mipsel], abootimg, acl, apksigcopier, apksigner, apktool [!ppc64el !s390x], binutils-multiarch, bzip2, caca-utils, colord, coreboot-utils, db-util, default-jdk-headless | default-jdk | java-sdk, device-tree-compiler, dexdump [amd64 arm64 armhf i386], docx2txt, e2fsprogs, enjarify, ffmpeg, fontforge-extras, fonttools, fp-utils [!ppc64el !s390x], genisoimage, gettext, ghc, ghostscript, giflib-tools, gnumeric, gnupg, gnupg-utils, hdf5-tools, html2text, imagemagick, jsbeautifier, libarchive-tools, libxmlb-utils, llvm, lz4 | liblz4-tool, lzip, mono-utils, ocaml-nox, odt2txt, oggvideotools [!s390x], openssh-client, openssl, p7zip-full, pgpdump, poppler-utils, procyon-decompiler, python3-pdfminer, r-base-core, rpm2cpio, sng, sqlite3, squashfs-tools, tcpdump, u-boot-tools, unzip, wabt, xmlbeans, xxd, xz-utils, zip, zstd, androguard, python3-argcomplete, python3-binwalk, python3-defusedxml, python3-distro, python3-guestfs, python3-jsondiff, python3-progressbar, python3-pypdf, python3-debian, python3-pyxattr, python3-rpm, python3-tlsh
+Depends: python3-all, diffoscope, black, python3-pytest, python3-h5py, file, linux-image-amd64 [amd64] | linux-image-generic [amd64], aapt [amd64 arm64 armel armhf i386 mips64el mipsel], abootimg, acl, apksigcopier, apksigner, apktool [!ppc64el !s390x], binutils-multiarch, bzip2, caca-utils, colord, coreboot-utils, db-util, default-jdk-headless | default-jdk | java-sdk, device-tree-compiler, dexdump [amd64 arm64 armhf i386], docx2txt, e2fsprogs, enjarify, ffmpeg, fontforge-extras, fonttools, fp-utils [!ppc64el !s390x], genisoimage, gettext, ghc, ghostscript, giflib-tools, gnumeric, gnupg-utils, gpg, hdf5-tools, html2text, imagemagick, jsbeautifier, libarchive-tools, libxmlb-utils, llvm, lz4 | liblz4-tool, lzip, mono-utils, ocaml-nox, odt2txt, oggvideotools [!s390x], openssh-client, openssl, p7zip-full, pgpdump, poppler-utils, procyon-decompiler, python3-pdfminer, r-base-core, rpm2cpio, sng, sqlite3, squashfs-tools, tcpdump, u-boot-tools, unzip, wabt, xmlbeans, xxd, xz-utils, zip, zstd, androguard, python3-argcomplete, python3-binwalk, python3-defusedxml, python3-distro, python3-guestfs, python3-jsondiff, python3-progressbar, python3-pypdf, python3-debian, python3-pyxattr, python3-rpm, python3-tlsh
Tests: pytest
Depends: python3-all, diffoscope, python3-pytest, python3-h5py, file, python3-tlsh
=====================================
diffoscope/external_tools.py
=====================================
@@ -79,7 +79,7 @@ EXTERNAL_TOOLS = {
},
"ghc": {"debian": "ghc", "arch": "ghc", "FreeBSD": "ghc", "guix": "ghc"},
"gpg": {
- "debian": "gnupg",
+ "debian": "gpg",
"arch": "gnupg",
"FreeBSD": "gnupg",
"guix": "gnupg",
=====================================
tests/comparators/test_pgp.py
=====================================
@@ -77,6 +77,7 @@ def test_pgp_signature_identification(signature1, signature2):
@skip_unless_tools_exist("pgpdump")
+ at skip_unless_tools_exist("gpg")
def test_pgp_signature(signature1, signature2):
difference = signature1.compare(signature2)
assert_diff(difference, "pgp_signature_expected_diff")
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/18d69030a4dc6a11f58ec2f1f6ade432d9625943
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/18d69030a4dc6a11f58ec2f1f6ade432d9625943
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20240209/f763ebf4/attachment.htm>
More information about the rb-commits
mailing list