Skip to content

Commit 5e4d151

Browse files
ossdev07jeffwidman
authored andcommitted
kafka-python: Fixed crc32c avilability on non-intel architectures. (#1904)
Signed-off-by: ossdev <[email protected]>
1 parent 7a69952 commit 5e4d151

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ pylint==1.9.3
1212
pytest-pylint==0.12.3
1313
pytest-mock==1.10.0
1414
sphinx-rtd-theme==0.2.4
15-
crc32c==1.5
15+
crc32c==1.7
1616
py==1.8.0

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ deps =
2323
commands =
2424
py.test {posargs:--pylint --pylint-rcfile=pylint.rc --pylint-error-types=EF --cov=kafka --cov-config=.covrc}
2525
setenv =
26+
CRC32C_SW_MODE = auto
2627
PROJECT_ROOT = {toxinidir}
2728
passenv = KAFKA_VERSION
2829

0 commit comments

Comments
 (0)