diff options
author | Per Øyvind Karlsen <proyvind@moondrake.org> | 2016-08-18 08:37:37 +0200 |
---|---|---|
committer | Per Øyvind Karlsen <proyvind@moondrake.org> | 2016-08-18 08:39:26 +0200 |
commit | b35f7fb1273ce5eefecb09dbeb918d60c0ad4238 (patch) | |
tree | e604633462b3a73672de66a33127795eee21397d | |
parent | fe57127132dc63eab68939533ea9c070b481ef16 (diff) | |
download | mgarepo-b35f7fb1273ce5eefecb09dbeb918d60c0ad4238.tar mgarepo-b35f7fb1273ce5eefecb09dbeb918d60c0ad4238.tar.gz mgarepo-b35f7fb1273ce5eefecb09dbeb918d60c0ad4238.tar.bz2 mgarepo-b35f7fb1273ce5eefecb09dbeb918d60c0ad4238.tar.xz mgarepo-b35f7fb1273ce5eefecb09dbeb918d60c0ad4238.zip |
add python module dependencies
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ setup(name="mgarepo", ["bash-completion/mgarepo"]), ("/etc/", ["mgarepo.conf"]), ("share/man/man8/", ["mgarepo.8"])], - install_requires=['PyGithub>=1.26.0'] + install_requires=['PyGithub>=1.26.0', 'httplib2', 'rpm-python'] ) # vim:ts=4:sw=4:et |