Adds attrs module

pull/7054/head
gindibay 2023-07-19 20:55:08 +03:00
parent 6c6a9ece85
commit 90d1dd42bc
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ pyenv activate packaging_env
git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
python3 -m pip install -r tools/packaging_automation/requirements.txt
python3 -m pip install attrs
echo "Package type: ${package_type}"
echo "OS version: $(get_rpm_os_version)"