From 877ad4eaefa2014dd5115a16634bba41a7713d11 Mon Sep 17 00:00:00 2001 From: Zohreh MOSTAANI <zohreh.mostaani@idiap.ch> Date: Thu, 19 Sep 2019 18:01:38 +0200 Subject: [PATCH] [bdt new] added bob.extension to templates used for creating new bob.package --- bob/devtools/templates/conda/meta.yaml | 1 + bob/devtools/templates/requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/bob/devtools/templates/conda/meta.yaml b/bob/devtools/templates/conda/meta.yaml index c5f17a28..3a8517fd 100644 --- a/bob/devtools/templates/conda/meta.yaml +++ b/bob/devtools/templates/conda/meta.yaml @@ -25,6 +25,7 @@ requirements: host: - python {{ python }} - setuptools {{ setuptools }} + - bob.extension # place your other host dependencies here run: - python diff --git a/bob/devtools/templates/requirements.txt b/bob/devtools/templates/requirements.txt index a85739ed..089f1abe 100644 --- a/bob/devtools/templates/requirements.txt +++ b/bob/devtools/templates/requirements.txt @@ -1,2 +1,3 @@ setuptools numpy +bob.extension \ No newline at end of file -- GitLab