diff --git a/conda/camera/build.sh b/conda/camera/build.sh
index 820deb779847f14e18162a90c5dd47f837711246..f0b0719a94b90bf2656221e463d8020233ba7fbf 100644
--- a/conda/camera/build.sh
+++ b/conda/camera/build.sh
@@ -1,3 +1,3 @@
 #!/bin/bash
-cmake -Bbuild -H. -DLIMA_ENABLE_PYTHON=1 -DCAMERA_ENABLE_TESTS=1 -DCMAKE_INSTALL_PREFIX=$PREFIX -DPYTHON_SITE_PACKAGES_DIR=$SP_DIR -DCMAKE_FIND_ROOT_PATH=$PREFIX \
-  && cmake --build build --target install
+cmake -Bbuild -H. -DLIMA_ENABLE_PYTHON=1 -DCAMERA_ENABLE_TESTS=1 -DCMAKE_INSTALL_PREFIX=$PREFIX -DPYTHON_SITE_PACKAGES_DIR=$SP_DIR -DCMAKE_FIND_ROOT_PATH=$PREFIX
+cmake --build build --target install
diff --git a/conda/camera/conda_build_config.yaml b/conda/camera/conda_build_config.yaml
index 37b36eb27bc12c790939c6299a9edb18b1ccd94e..87fd5f3cbe3def0c6ed4ef9b194776767e4491d5 100644
--- a/conda/camera/conda_build_config.yaml
+++ b/conda/camera/conda_build_config.yaml
@@ -5,7 +5,6 @@ c_compiler:
 cxx_compiler:
   - vs2017                     # [win]
 python:
-  - 2.7                        # [linux]
   - 3.6
   - 3.7
 # This differs from target_platform in that it determines what subdir the compiler