diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-05 21:35:08 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-05 21:35:08 -0400 |
commit | e8a990ceb35d694b7b91fcd7a7169b458c6956af (patch) | |
tree | 203a79a8821c494ab01255e89704f2e86e82f55a | |
parent | 00b622b9ecbb3a3214082313eeddd0d1698b3d63 (diff) | |
download | cbc-recipes-e8a990ceb35d694b7b91fcd7a7169b458c6956af.tar.gz |
Fix missing run dep
-rw-r--r-- | d2to1/d2to1.ini | 6 |
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 |