Parse dependency architecture even without version

This commit closes: #145

The dependency format "pkg:arch" (e.g. "python3:any") was not well
parsed if not any version is given. This commit splits the dependency
name and architecture in all cases.
This commit is contained in:
Raphael Medaer
2019-08-13 14:58:39 +02:00
committed by Andrey Smirnov
parent 7ae5a12f4a
commit a656241d5e
2 changed files with 14 additions and 7 deletions
+1
View File
@@ -37,3 +37,4 @@ List of contributors, in chronological order:
* William Manley (https://github.com/wmanley)
* Shengjing Zhu (https://github.com/zhsj)
* Nabil Bendafi (https://github.com/nabilbendafi)
* Raphael Medaer (https://github.com/rmedaer)