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