mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-28 09:58:21 +01:00
return req as list
This commit is contained in:
parent
5fbbc9eb65
commit
92e8ecd737
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ def sbo_requires_pkg(sbo_url, name):
|
|||
read_info = url_read(sbo_url + name + ".info")
|
||||
for line in read_info.splitlines():
|
||||
if line.startswith("REQUIRES=\""):
|
||||
return line[10:-1].strip()
|
||||
return line[10:-1].strip().split()
|
||||
|
||||
def sbo_version_pkg(name):
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue