Skip to content

Commit 9486709

Browse files
committedDec 3, 2024
Revert "Install simplejson in devstack venv"
This reverts commit 6990b06. This should no longer be necessary as packages are requiring simplejson. Change-Id: I74b0f93457f91e7d53d54737d52f67075088faca Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
1 parent 320c2bf commit 9486709

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎inc/python

-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ function setup_devstack_virtualenv {
4242
# available on pypi.
4343
$PYTHON -m venv --system-site-packages "${DEVSTACK_VENV}"
4444
pip_install -U pip setuptools[core]
45-
#NOTE(rpittau): workaround for simplejson removal in osc
46-
# https://review.opendev.org/c/openstack/python-openstackclient/+/920001
47-
pip_install -U simplejson
4845
fi
4946
if [[ ":$PATH:" != *":$DEVSTACK_VENV/bin:"* ]] ; then
5047
export PATH="$DEVSTACK_VENV/bin:$PATH"

0 commit comments

Comments
 (0)
Please sign in to comment.