Add crc16 lib to requirements

crc16 is used by redis hash storage calculation.redis driver is merged
into dragonflow,so we need it add to requirements

Is the library actively maintained?
yes,it is stable now. Ref: https://pypi.python.org/pypi/crc16/0.1.1

Is the library good code?
yes,we test it in our dragonflow project,it is a good code

Is the library python 3 compatible?
yes,ref https://pypi.python.org/pypi/crc16/0.1.1

Is the library license compatible?
yes, License is  LGPL
ref https://pypi.python.org/pypi/crc16/0.1.1

Is the library already packaged in the distros we target
(Ubuntu latest / Fedora latest)?
No,I do not find it yet.

Is the function of this library already covered by
other libraries in global-requirements.txt?
yes, I check myself no lib covers crc16 lib

Change-Id: I8587012c916b2108d620e8d293da6ddb8e3fc39f
This commit is contained in:
feipeng 2016-03-29 01:25:36 +00:00
parent 30e1007b3b
commit ea4d5ad781
2 changed files with 2 additions and 0 deletions

View File

@ -159,6 +159,7 @@ PyMySQL>=0.6.2 # MIT License
python-k8sclient>=0.1.0 # Apache-2.0
voluptuous>=0.8.9 # BSD License
pydotplus>=2.0.2 # MIT License
crc16>=0.1.1 # LGPL
# NOTE(flaper87): This added 2 packages to `integration.sh`
# uuid-dev and swig

View File

@ -396,3 +396,4 @@ xvfbwrapper===0.2.8
yaql===1.1.0
zake===0.2.2
zope.interface===4.1.3
crc16===0.1.1