aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pytest_3.4.2.bb
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2018-03-30 15:33:08 -0700
committerTim Orling <timothy.t.orling@linux.intel.com>2018-03-30 15:33:08 -0700
commit56f9caeec7852b8a3185c5b6d9bb80fe4fc07d8c (patch)
treeda0e87a4b6d832958309769ede6946dc87d944ed /meta-python/recipes-devtools/python/python3-pytest_3.4.2.bb
parentb02424812ede9ec095702734427f3f761d61452b (diff)
downloadmeta-openembedded-contrib-timo/python3-pytest_3.4.2-fix.tar.gz
python3-pytest: fix broken fetch (3.4.1 -> 3.4.2)timo/python3-pytest_3.4.2-fix
Fixes: 99d18a6bc1a915ef5f07116e0fe684f56825a165 In above commit, only the python2 recipe was updated, but python3 recipe also uses the SRC_URI from python-pytest.inc and is currently broken (do_fetch). Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest_3.4.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pytest_3.4.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest_3.4.2.bb b/meta-python/recipes-devtools/python/python3-pytest_3.4.2.bb
new file mode 100644
index 0000000000..466cfa8253
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pytest_3.4.2.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools3
+require python-pytest.inc