Skip to content

Commit 8ecf91f

Browse files
authored
Merge pull request #29 from NicolaiSoeborg/patch-1
Add dependency: smbus
2 parents 7e6bdd0 + 02ca7a4 commit 8ecf91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@
5050
classifiers=classifiers,
5151
packages=['bme680'],
5252
py_modules=[],
53-
install_requires=[]
53+
install_requires=['smbus'] # preferably: install `python3-smbus` instead of relying on this
5454
)

0 commit comments

Comments
 (0)