Skip to content

Commit

Permalink
Merge pull request #52 from NebraLtd/switch-to-pyhelper
Browse files Browse the repository at this point in the history
Deprecates hardware-definition python module
  • Loading branch information
shawaj authored Sep 22, 2021
2 parents 0be0337 + ff945c9 commit d2d002b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/configurePktFwd.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import subprocess # nosec (B404)
import os
import json
from hm_hardware_defs.variant import variant_definitions
from hm_pyhelper.hardware_definitions import variant_definitions

from time import sleep

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
hm-pyhelper==0.4
sentry-sdk==1.1.0
hm-hardware-defs==0.1.6a3

0 comments on commit d2d002b

Please sign in to comment.