WIP
This commit is contained in:
parent
13446994ab
commit
690fad1182
@ -182,7 +182,7 @@ def lines(self):
|
|||||||
|
|
||||||
class DependencyFormatter(Formatter):
|
class DependencyFormatter(Formatter):
|
||||||
def format_name(self, dep) -> str:
|
def format_name(self, dep) -> str:
|
||||||
return dep.name
|
return str(dep.spec)
|
||||||
|
|
||||||
def format_values(self, dep) -> str:
|
def format_values(self, dep) -> str:
|
||||||
return str(dt.flag_to_tuple(dep.depflag))
|
return str(dt.flag_to_tuple(dep.depflag))
|
||||||
|
Loading…
Reference in New Issue
Block a user