summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorgordon chung <gord@live.ca>2015-11-02 14:42:54 -0500
committergordon chung <gord@live.ca>2015-11-12 18:03:35 -0500
commit42b2926c0a96139799bab37db6db31bffec0a2a1 (patch)
treecbd753d235169381e54281e7ce0299a29982d9af /requirements.txt
parent3807cdab02981905111197ddde833e77e7915e81 (diff)
downloadpycadf-42b2926c0a96139799bab37db6db31bffec0a2a1.tar.gz
make generate_uuid return valid uuid
original design prepended a namespace to the beginning of uuid. this scoped the uuid to a namespace but it is technically invalid. this patch drops the behaviour of prepending string. rather, it takes the namespace, hashes it, and uses uuid v5 to generate valid uuid based on that namespace Change-Id: Ibde222c91522fa3c4a1720b6a8da81dac31560b9 Closes-Bug: #1504889
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 6e334b4..a19cb0e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,3 +5,4 @@ oslo.config>=2.6.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
pytz>=2013.6
six>=1.9.0
+debtcollector>=0.3.0 # Apache-2.0