Hack to fix python dependency ranges (#3938)

* Hack to fix python dependency ranges

* Flake8
This commit is contained in:
Adam J. Stewart
2017-04-22 17:31:50 -05:00
committed by GitHub
parent fc8106afe3
commit 4e17ae911b
41 changed files with 46 additions and 48 deletions

View File

@@ -44,7 +44,7 @@ class ShinyServer(CMakePackage):
version('1.5.3.838', '96f20fdcdd94c9e9bb851baccb82b97f')
depends_on('python@:2.9.99') # docs say: "Really. 3.x will not work"
depends_on('python@:2.8') # docs say: "Really. 3.x will not work"
depends_on('cmake@2.8.10:')
depends_on('git')
depends_on('r+X')