Skip to content

Commit

Permalink
Merge pull request #1521 from craigcomstock/ENT-12428
Browse files Browse the repository at this point in the history
Removed debian-11 pip2 install for psycopg2 module
  • Loading branch information
nickanderson authored Nov 7, 2024
2 parents 67bdfba + b2dc8b0 commit 53d0583
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ci/cfengine-build-host-setup.cf
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,6 @@ bundle agent cfengine_build_host_setup
"yum install -y python3-pip" contain => in_shell;
redhat_8|centos_8|redhat_9::
"sudo sed -ri 's/^%_enable_debug_packages/#\0/' /usr/lib/rpm/redhat/macros" contain => in_shell;
# todo, need 2.7pip psycopg2-binary for ubuntu-20 as well?
debian_11.!have_pip2::
"wget https://bootstrap.pypa.io/pip/2.7/get-pip.py -O get-pip.py && python2 get-pip.py && pip install psycopg2-binary"
contain => in_shell;

ubuntu_16.!have_i386_architecture:: # mingw build host
"${paths.dpkg} --add-architecture i386";
Expand Down

0 comments on commit 53d0583

Please sign in to comment.