summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-16 15:50:40 -0700
committerKhem Raj <raj.khem@gmail.com>2022-03-17 10:00:11 -0700
commitffc43211bd0fc5483b4ec671e36f67c639af8fd2 (patch)
treeb1ee26ce00d26967d03a93eb0e10fef7e6d5a64d /meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb
parentedc38751dc1a0141c8f5f93f6650ca2d11b792bc (diff)
downloadmeta-openembedded-ffc43211bd0fc5483b4ec671e36f67c639af8fd2.tar.gz
recipes: Adjust for renaming flit_core -> python_flit_core
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb b/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb
index e19ec7522e..bff2d499f1 100644
--- a/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb
+++ b/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb
@@ -8,7 +8,7 @@ SRCNAME = "ptyprocess"
8 8
9SRC_URI[sha256sum] = "5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220" 9SRC_URI[sha256sum] = "5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220"
10 10
11inherit pypi flit_core 11inherit pypi python_flit_core
12 12
13UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/ptyprocess" 13UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/ptyprocess"
14 14