diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-05 21:35:44 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-05 21:35:44 -0400 |
commit | cba67685e7952688e8d79a08f5160a94d505c5ea (patch) | |
tree | b78575339d448913ac8af47554743b3ee9604e3b /htc_utils | |
parent | e8a990ceb35d694b7b91fcd7a7169b458c6956af (diff) | |
download | cbc-recipes-cba67685e7952688e8d79a08f5160a94d505c5ea.tar.gz |
Fix missing dep
Diffstat (limited to 'htc_utils')
-rw-r--r-- | htc_utils/htc_utils.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/htc_utils/htc_utils.ini b/htc_utils/htc_utils.ini index 7c7589d..30ce814 100644 --- a/htc_utils/htc_utils.ini +++ b/htc_utils/htc_utils.ini @@ -27,9 +27,11 @@ number: 1 [requirements] build: argparse [py26] + setuptools python run: argparse [py26] + setuptools python |