File tree 5 files changed +3
-12
lines changed
5 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile --output-file=requirements/deploy.txt requirements/deploy.in
6
6
#
7
- --no-binary xmlsec
8
-
9
7
amqp==5.3.1
10
8
# via
11
9
# -r requirements/pip.txt
Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile --output-file=requirements/docker.txt requirements/docker.in
6
6
#
7
- --no-binary xmlsec
8
-
9
7
amqp==5.3.1
10
8
# via
11
9
# -r requirements/pip.txt
Original file line number Diff line number Diff line change @@ -150,8 +150,7 @@ bumpver
150
150
151
151
152
152
# xmlsec is a dependecy from python3-saml which is required by django-allauth.
153
- # We have to use --no-binary to build it using `libxml2-dev` package installed at
154
- # system level. Otherwise, it fails saying there is a version mismatch
153
+ # We have to pin it because the underlying `libxml2-dev` package installed at
154
+ # system level is incompatible with the Python version
155
155
# https://github.com/xmlsec/python-xmlsec/issues/324
156
- # https://github.com/lxml/lxml/blob/0eb4f0029497957e58a9f15280b3529bdb18d117/doc/FAQ.txt#L623
157
- --no-binary=xmlsec
156
+ xmlsec==1.3.14
Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile --output-file=requirements/pip.txt requirements/pip.in
6
6
#
7
- --no-binary xmlsec
8
-
9
7
amqp==5.3.1
10
8
# via kombu
11
9
annotated-types==0.7.0
Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile --output-file=requirements/testing.txt requirements/testing.in
6
6
#
7
- --no-binary xmlsec
8
-
9
7
alabaster==1.0.0
10
8
# via sphinx
11
9
amqp==5.3.1
You can’t perform that action at this time.
0 commit comments