From e8a990ceb35d694b7b91fcd7a7169b458c6956af Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 5 Jul 2015 21:35:08 -0400 Subject: Fix missing run dep --- d2to1/d2to1.ini | 6 ++---- 1 file 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 -- cgit