aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-05 21:35:08 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-05 21:35:08 -0400
commite8a990ceb35d694b7b91fcd7a7169b458c6956af (patch)
tree203a79a8821c494ab01255e89704f2e86e82f55a
parent00b622b9ecbb3a3214082313eeddd0d1698b3d63 (diff)
downloadcbc-recipes-e8a990ceb35d694b7b91fcd7a7169b458c6956af.tar.gz
Fix missing run dep
-rw-r--r--d2to1/d2to1.ini6
1 files changed, 2 insertions, 4 deletions
diff --git a/d2to1/d2to1.ini b/d2to1/d2to1.ini
index 911684f..8e4e9f2 100644
--- a/d2to1/d2to1.ini
+++ b/d2to1/d2to1.ini
@@ -25,18 +25,16 @@ number: 1
[requirements]
build:
- argparse [py26]
setuptools
python
run:
- argparse [py26]
+ setuptools
python
-
[cbc_build]
linux:
python setup.py install || exit 1
windows:
python setup.py install
- if errorlevel 1 exit 1 \ No newline at end of file
+ if errorlevel 1 exit 1