Commit 701d7de5 authored by Jan Baudisch's avatar Jan Baudisch Committed by GitHub

Add python3 dependency to libcap_ng

parent c220eba0
......@@ -7,8 +7,10 @@ class Libcap_ng < Package
source_url 'https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-0.7.8.tar.gz'
source_sha256 'c21af997445cd4107a55d386f955c5ea6f6e96ead693e9151277c0ab5f97d05f'
depends_on 'python3'
def self.build
system "./configure"
system "./configure --prefix=#{CREW_PREFIX}"
system "make"
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment