Skip to content

Commit

Permalink
[BUILD] add missing 'packaging' dependency
Browse files Browse the repository at this point in the history
Change-Id: I228b32952d262d7b59a7ab59a31c58a092a34a0d
  • Loading branch information
ndessart committed Mar 26, 2021
1 parent fa6e163 commit 0c1e569
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
clang>=7.0
clang>=7.0
packaging
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
]},
test_suite="test.alltests",
install_requires=[
'clang>=11',
'clang>=11',
'packaging',
]
)

0 comments on commit 0c1e569

Please sign in to comment.