Skip to content

Commit

Permalink
Adds pexpect as a dependency (fixes #150)
Browse files Browse the repository at this point in the history
  • Loading branch information
alq666 committed Aug 14, 2012
1 parent 4d2a3a7 commit 8be1b34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packaging/datadog-agent-base/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ $(FPM_BUILD) -t deb \
-d "python >= 2.4" \
-d "adduser" \
-d "sysstat" \
-d "python-pexpect" \
--post-install deb/postinst \
--post-uninstall deb/postrm \
--pre-uninstall deb/prerm \
Expand All @@ -78,6 +79,7 @@ $(FPM_BUILD) -t rpm \
-d "python(abi) >= 2.4" \
-d "python-uuid" \
-d "sysstat" \
-d "pexpect" \
--pre-install rpm/pre_install \
--post-install rpm/post_install \
--pre-uninstall rpm/pre_uninstall \
Expand Down

0 comments on commit 8be1b34

Please # to comment.