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