diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-networkx.inc')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-networkx.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-networkx.inc b/meta-python/recipes-devtools/python/python-networkx.inc new file mode 100644 index 0000000000..a4c31b2b28 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-networkx.inc | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | DESCRIPTION = "Python package for creating and manipulating graphs and networks" | ||
| 2 | LICENSE = "BSD-3-Clause" | ||
| 3 | |||
| 4 | inherit pypi | ||
| 5 | |||
| 6 | PYPI_PACKAGE_EXT = "zip" | ||
| 7 | |||
| 8 | RDEPENDS_${PN} += "\ | ||
| 9 | ${PYTHON_PN}-decorator \ | ||
| 10 | " | ||
