Skip to content

Commit

Permalink
debian: use dependencies from apt not pip
Browse files Browse the repository at this point in the history
  • Loading branch information
timofurrer committed Jul 1, 2015
1 parent db04e40 commit 0b52556
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ Standards-Version: 3.9.1

Package: radish-bdd
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Depends: ${misc:Depends}, ${python:Depends}, python-lxml, python-docopt, python-colorful, ipython
Description: Awesome Behaviour Driven Development tool for python
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
platforms=["Linux", "Windows", "MAC OS X"],
url="http://github.com/timofurrer/radish",
download_url="http://github.com/timofurrer/radish",
install_requires=["docopt", "pysingleton", "colorful", "lxml", "ipython"],
packages=["radish", "radish/extensions", "radish/languages"],
package_data={"": ["radish/languages/*", "*.md"]},
include_package_data=True,
Expand Down

0 comments on commit 0b52556

Please sign in to comment.