diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-06-24 18:16:19 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-06-25 10:22:11 -0700 |
commit | df2d009b3ddf64e202235f29d389cdc06be788b4 (patch) | |
tree | 68f8f9f0c494aa8f12bc70c53f7f4e33e57808f1 /meta-python/recipes-devtools/python/python-networkx.inc | |
parent | 3533a8021fd9de96fbf3e02da627a8cc5fef2da9 (diff) | |
download | meta-openembedded-df2d009b3ddf64e202235f29d389cdc06be788b4.tar.gz |
python3-networkx: Consolidate in a single file
Consolidate inc and bb files into a single bb file. Add
a HOMEPAGE.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 | " | ||