Skip to content

Commit

Permalink
Merge branch 'fix/deps_folder' into 'master'
Browse files Browse the repository at this point in the history
Resolve deps folder conflict in system path

See merge request app-frameworks/esp-rainmaker-cli!54
  • Loading branch information
shahpiyushv committed Jan 8, 2025
2 parents 19c13da + dc8bead commit c0ebd74
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion rmaker_tools/rmaker_claim/claim.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
import esptool
from esp_secure_cert.tlv_format import tlv_priv_key_t, tlv_priv_key_type_t, generate_partition_no_ds

from deps import nvs_partition_gen
from rmaker_deps import nvs_partition_gen

CURR_DIR = os.path.dirname(__file__)
CERT_FILE = os.path.abspath(os.path.join(CURR_DIR, os.pardir, os.pardir, 'server_cert/server_cert.pem'))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def get_install_requires():
)
exit(1)

VERSION = "1.1.1"
VERSION = "1.1.2"

long_description = """
=================
Expand Down

0 comments on commit c0ebd74

Please sign in to comment.