Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
add mac os dependencies for lxml for dbt-redshift
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Feb 28, 2024
1 parent 99e661f commit 654eba7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/formula-template.j2
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ class {{ classname }} < Formula
{%- endif %}
depends_on "[email protected]"

{%- if package in ('dbt-redshift') %}
uses_from_macos "libxml2" "libxslt"
{%- endif %}

{{ resources }}

def install
Expand Down

0 comments on commit 654eba7

Please sign in to comment.