blob: e49dbea544b448581e450a2d87e8ac4306658046 (
plain)
1
2
3
4
5
6
7
|
require python-git.inc
DEPENDS = "python-gitdb"
inherit setuptools
RDEPENDS_${PN} += "python-gitdb python-lang python-io python-shell python-math python-re python-subprocess python-stringold python-unixadmin"
|