Skip to content

Commit

Permalink
Remove the xmlsec system libraries, so that we only use wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
offbyone committed Jan 10, 2025
1 parent bfe8832 commit dd09461
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install System dependencies
run: |
sudo apt-get update
sudo apt-get install -qq -y --no-install-recommends libxmlsec1-dev swig
sudo apt-get install -qq -y --no-install-recommends swig
- name: Install Python dependencies
run: |
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ Homepage = "https://github.com/python-social-auth/social-core"
[project.optional-dependencies]
saml = [
"python3-saml>=1.5.0",
# pinned to 5.2 until a new wheel of xmlsec is released
"lxml~=5.2.1",
]
azuread = [
"cryptography>=2.1.1",
Expand Down

0 comments on commit dd09461

Please sign in to comment.