forked from platformio/platformio-core
Add backward compatibility with ESP-IDF build script // Resolve #4225
This commit is contained in:
@@ -174,6 +174,11 @@ class LibBuilderBase(object):
|
|||||||
def version(self):
|
def version(self):
|
||||||
return self._manifest.get("version")
|
return self._manifest.get("version")
|
||||||
|
|
||||||
|
@property
|
||||||
|
def dependent(self):
|
||||||
|
"""Backward compatibility with ESP-IDF"""
|
||||||
|
return self.is_dependent
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def dependencies(self):
|
def dependencies(self):
|
||||||
return self._manifest.get("dependencies")
|
return self._manifest.get("dependencies")
|
||||||
|
Reference in New Issue
Block a user