We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e620b7e commit 1b50592Copy full SHA for 1b50592
Formula/f/fwupd.rb
@@ -51,6 +51,9 @@ class Fwupd < Formula
51
depends_on "util-linux"
52
end
53
54
+ pypi_packages package_name: "",
55
+ extra_packages: ["jinja2", "markupsafe"]
56
+
57
resource "jinja2" do
58
url "https://files.pythonhosted.org/packages/df/bf/f7da0350254c0ed7c72f3e33cef02e048281fec7ecec5f032d4aac52226b/jinja2-3.1.6.tar.gz"
59
sha256 "0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d"
0 commit comments