python-pytest: Fix typo in SUMMARY

Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Jeremy Puhlman
2020-02-14 18:01:45 -08:00
committed by Khem Raj
parent 3dcfe32690
commit 056dbf5548

View File

@@ -1,4 +1,4 @@
SUMMARY = "Simple powerful teting with python"
SUMMARY = "Simple powerful testing with python"
HOMEPAGE = "http://pytest.org"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=81eb9f71d006c6b268cf4388e3c98f7b"