Skip to content

Commit fd652d6

Browse files
authored
Merge pull request Homebrew#226385 from vpodzime/master-mender_artifact_deps
mender-artifact: missing file system tools dependencies
2 parents ac25679 + 0add8a5 commit fd652d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Formula/m/mender-artifact.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ class MenderArtifact < Formula
2525

2626
depends_on "go" => :build
2727
depends_on "pkgconf" => :build
28+
depends_on "dosfstools" # fsck.vfat for vfat file systems in artifacts
29+
depends_on "e2fsprogs" # manipulation of ext4 file systems in artifacts
30+
depends_on "mtools" # manipulation of vfat file systems in artifacts
2831
depends_on "openssl@3"
2932

3033
def install

0 commit comments

Comments
 (0)