diff options
author | Ruben Pollan <meskio@sindominio.net> | 2015-06-26 18:12:22 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2015-06-27 00:39:36 +0200 |
commit | d7acaf356d16c795f1481fefc7a75ffc8a36b1d0 (patch) | |
tree | d7767fca75892cfa7b2a80b4adbe3928f8f6c07e /pkg | |
parent | b1ac5bdbed955cf5a88c76dd90691266e45d277c (diff) |
[bug] remove the dependency on enum34
* Resolves: #7188
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/requirements.pip | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip index c81c1a1c..1aef332e 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -4,4 +4,3 @@ requests # if we bump the gnupg version, bump also the sanity check # in keymanager.__init__ gnupg>=1.4.0 -enum34 |