Skip to content

Commit cf6871f

Browse files
fix: update habitat plan for setuptools
1 parent 00d41f3 commit cf6871f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

habitat/plan.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ do_prepare() {
2424
fi
2525
python -m venv "${pkg_prefix}"
2626
source "${pkg_prefix}/bin/activate"
27-
pip install --upgrade --force-reinstall "pip" "wheel"
27+
pip install --upgrade --force-reinstall "pip" "wheel" "setuptools"
2828
return $?
2929
}
3030

3131
do_build() {
32-
pip install -r ${PLAN_CONTEXT}/../requirements.txt
32+
pip install ${PLAN_CONTEXT}/../
3333
return $?
3434
}
3535

0 commit comments

Comments
 (0)