Skip to content

Commit

Permalink
Merge pull request #493 from johanneskoester/conda-build-all-1.0.3
Browse files Browse the repository at this point in the history
Depend on conda-build-all 1.0.3. Remove previous workaround.
  • Loading branch information
jakirkham authored Mar 23, 2017
2 parents dfda2e8 + 5a8fe51 commit 71f5490
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions conda_smithy/configure_feedstock.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,10 +605,6 @@ def meta_of_feedstock(forge_dir, config=None):


def compute_build_matrix(meta, existing_matrix=None, channel_sources=tuple()):
if meta.skip():
# return empty version matrix if build will be skipped
return set()

channel_sources = tuple(channel_sources)

# Override what `defaults` means depending on the platform used.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This list is duplicated in the conda_smithy.recipe/meta.yaml.

conda-build-all
conda-build-all >=1.0.3
setuptools
conda
conda-build >=1.21.12,!=2.0.9
Expand Down

0 comments on commit 71f5490

Please sign in to comment.