Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit fd7b3b3

Browse files
author
David Robertson
committed
Only pull in from requirements.txt
Addresses the same problem as #12439.
1 parent 111e28f commit fd7b3b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

debian/build_virtualenv

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ dh_virtualenv \
5555
--preinstall="lxml" \
5656
--preinstall="mock" \
5757
--preinstall="wheel" \
58+
--extra-pip-arg "--no-deps" \
5859
--extra-pip-arg="--no-cache-dir" \
5960
--extra-pip-arg="--compile" \
6061
--extras="all,systemd,test" \

0 commit comments

Comments
 (0)