diff options
author | Michael Klich <michal@michalklich.com> | 2015-06-13 19:41:51 +0100 |
---|---|---|
committer | Michael Klich <michal@michalklich.com> | 2015-06-13 19:41:51 +0100 |
commit | 244857dd91041ac8818a12f8e5c38616c908d634 (patch) | |
tree | 889685e8805d91cf9db05fea08081661fe6257b8 | |
parent | Forgot about manifest (diff) | |
download | mklich-244857dd91041ac8818a12f8e5c38616c908d634.tar.gz mklich-244857dd91041ac8818a12f8e5c38616c908d634.tar.bz2 mklich-244857dd91041ac8818a12f8e5c38616c908d634.zip |
Add dependecy versions
-rw-r--r-- | dev-python/cookiecutter/cookiecutter-1.0.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-python/cookiecutter/cookiecutter-1.0.0.ebuild b/dev-python/cookiecutter/cookiecutter-1.0.0.ebuild index 5f2066b..6e4e6db 100644 --- a/dev-python/cookiecutter/cookiecutter-1.0.0.ebuild +++ b/dev-python/cookiecutter/cookiecutter-1.0.0.ebuild @@ -17,10 +17,11 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s SLOT="0" IUSE="doc test" +# TODO: dependencies must have versions RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/jinja[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/click[${PYTHON_USEDEP}] + >=dev-python/jinja-2.7 + >=dev-python/pyyaml-3.10 + <dev-python/click-4.0 dev-python/mock[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) |