> In the conda build guide, the yaml spec files reference dependencies by > name/version (and the type of conda environment you're in will determine > the rest) > > http://docs.continuum.io/conda/build.html#specifying-versions-in-requirements > Where does the hash come in? what do you mean? >
e.g. here's the requirement section from the spec file for their recipe for fabric. https://github.com/ContinuumIO/conda-recipes/blob/master/fabric/meta.yaml#L28 requirements: build: - python - distribute - paramiko run: - python - distribute - paramiko
_______________________________________________ Distutils-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/distutils-sig
