Skip to content

Commit 880df08

Browse files
author
dakodakov
authored
vdk-core: add setuptools dependency (#3423)
Add dependency to setuptools to fix python 3.12 dependency issue --------- Signed-off-by: Dako Dakov <ddakov@vmware.com>
1 parent 54d37d0 commit 880df08

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

projects/vdk-core/cicd/simple-functional-test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ EOM
5050

5151
echo "Create vdk distribution and install it"
5252
rm -rf dist/*
53+
pip install setuptools
5354
python setup.py sdist --formats=gztar && pip install dist/* || fail "VDK Install failed"
5455

5556
function restore_vdk_in_editable_mode {

projects/vdk-core/setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ install_requires =
5151
click_log
5252
click-plugins
5353
tenacity
54+
setuptools
5455

5556
# Require a specific Python version
5657
python_requires = >=3.7, <4

0 commit comments

Comments
 (0)