From 6bdb1fde0bbc5f04e4ad00bb29a97cd6db78e499 Mon Sep 17 00:00:00 2001 From: Martin Cech Date: Mon, 15 Jul 2019 13:57:00 -0400 Subject: [PATCH] remove libpython requirement for uwsgi building --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 01b3105991a..26cd1f6ffed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -140,9 +140,6 @@ jobs: steps: - *restore_repo_cache - *install_tox - - run: sudo apt-get update - # For uwsgi - - run: sudo apt-get install -y libpython3.5-dev - run: tox -e py35-first_startup validate_test_tools: docker: