Skip to content

Commit c3653cb

Browse files
authored
Merge pull request #66 from onekey-sec/fix-package-name
Fix faulty package name in requirements Thank you. -Jason
2 parents 26c41bd + 57f4f0c commit c3653cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
license='GNU GPL',
1717
keywords='UBI UBIFS',
1818

19-
requires=['lzo'],
19+
install_requires=['python-lzo'],
2020
packages = find_packages(),
2121
scripts=['scripts/ubireader_display_info',
2222
'scripts/ubireader_extract_files',

0 commit comments

Comments
 (0)