From f3a8c219cf5988a315c28935877ab3eed5fd681a Mon Sep 17 00:00:00 2001 From: Rees Dooley Date: Fri, 8 Feb 2019 13:19:42 -0500 Subject: [PATCH] Remove old distribute install * fixes broken usage on 18.04 ubuntu * went ahead and update the liscence while i'm here --- debinate | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/debinate b/debinate index 24a9868..20f50b4 100755 --- a/debinate +++ b/debinate @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2014-2018 Ray Holder +# Copyright 2014-2019 Ray Holder # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -118,8 +118,6 @@ function package_python () { virtualenv --python="${DEBINATE_PYTHON}" --distribute "${TARGET_VIRTUAL_ENV}" source "${TARGET_VIRTUAL_ENV}/bin/activate" - # TODO don't hardcode distribute version, add as parameter - pip install distribute==0.7.3 DONE_REQ=false until $DONE_REQ; do read || DONE_REQ=true