Revert "conda: work around conda/conda#1740."

This just made conda recurse forever.

This reverts commit f384142869.
This commit is contained in:
whitequark 2015-10-26 15:10:46 +03:00
parent f384142869
commit 372bc906c1
3 changed files with 0 additions and 3 deletions

View File

@ -19,7 +19,6 @@ requirements:
- llvm-or1k
- binutils-or1k-linux
run:
- artiq
- artiq {{ "{tag} py_{number}+git{hash}".format(tag=environ.get("GIT_DESCRIBE_TAG"), number=environ.get("GIT_DESCRIBE_NUMBER"), hash=environ.get("GIT_DESCRIBE_HASH")[1:]) if "GIT_DESCRIBE_TAG" in environ else "" }}
about:

View File

@ -19,7 +19,6 @@ requirements:
- llvm-or1k
- binutils-or1k-linux
run:
- artiq
- artiq {{ "{tag} py_{number}+git{hash}".format(tag=environ.get("GIT_DESCRIBE_TAG"), number=environ.get("GIT_DESCRIBE_NUMBER"), hash=environ.get("GIT_DESCRIBE_HASH")[1:]) if "GIT_DESCRIBE_TAG" in environ else "" }}
about:

View File

@ -19,7 +19,6 @@ requirements:
- llvm-or1k
- binutils-or1k-linux
run:
- artiq
- artiq {{ "{tag} py_{number}+git{hash}".format(tag=environ.get("GIT_DESCRIBE_TAG"), number=environ.get("GIT_DESCRIBE_NUMBER"), hash=environ.get("GIT_DESCRIBE_HASH")[1:]) if "GIT_DESCRIBE_TAG" in environ else "" }}
about: