diff options
author | Isis Lovecruft <isis@torproject.org> | 2013-02-15 19:32:32 +0000 |
---|---|---|
committer | Isis Lovecruft <isis@torproject.org> | 2013-02-15 19:32:32 +0000 |
commit | 280b713e4d9b35e3feae0902b7b8ff6d5542f68a (patch) | |
tree | 8807da6b3d8c2f162ce34ad1df42e81a65d4687d | |
parent | 503af34d34233d771769499d2398378dd7a96df3 (diff) |
Updated the pip requirements file with a note to add a requirement for
whatever python-gnupg ends up being called after it's uploaded to pypi.
-rw-r--r-- | pkg/mx-requirements.pip | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/mx-requirements.pip b/pkg/mx-requirements.pip index 12a6287..aa8c63b 100644 --- a/pkg/mx-requirements.pip +++ b/pkg/mx-requirements.pip @@ -2,3 +2,5 @@ Twisted==12.2.0 paisley>=0.3.1 PyYAML>=3.10 pyxdg>=0.19-5 +## xxx change me to whatever you name the package in pypi +#python-gnupg>=0.3.0 |