Comment 1 for bug 1954677

Revision history for this message
Adam Dyess (addyess) wrote :

added environment markers to requirements.txt to address issues installing websockets package
https://github.com/charmed-kubernetes/jenkins/commit/13d5ba3add8cb1b532336d39418131ab1f0e8709

These must be maintained in the charmed-kubernetes requirements.txt unless

# The following websocket requirements are environment marked because of juju
# https://github.com/juju/python-libjuju/blob/master/setup.py#L38-L39
websockets==7.0 ; python_version < "3.9"
websockets==8.0 ; python_version >= "3.9"