diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2020-06-15 22:37:24 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-06-17 08:56:34 -0700 |
commit | 3bfde64d32c89579e9eb93bd048044907105d354 (patch) | |
tree | e9ae1ebb9c270a9522665242c67ed0555dd241df /meta-python/recipes-devtools/python/python-intervals.inc | |
parent | 3a05a4e325d72cbf36d28675537a955f34af9d2a (diff) | |
download | meta-openembedded-3bfde64d32c89579e9eb93bd048044907105d354.tar.gz |
python3-intervals: Enable ptest
-Consolidate into a single file.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.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-intervals.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-intervals.inc | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-python/recipes-devtools/python/python-intervals.inc b/meta-python/recipes-devtools/python/python-intervals.inc deleted file mode 100644 index 4489aa59d5..0000000000 --- a/meta-python/recipes-devtools/python/python-intervals.inc +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | DESCRIPTION = "Interval arithmetic for Python" | ||
2 | HOMEPAGE = "https://github.com/AlexandreDecan/python-intervals" | ||
3 | SECTION = "devel/python" | ||
4 | |||
5 | LICENSE = "LGPLv3" | ||
6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05f1e16a8e59ce3e9a979e881816c2ab" | ||
7 | |||
8 | PYPI_PACKAGE := "python-intervals" | ||
9 | |||
10 | inherit pypi | ||
11 | |||
12 | SRC_URI[md5sum] = "8955317ff4e42590c90ba6247b1caaed" | ||
13 | SRC_URI[sha256sum] = "0d26746eaed0be78a61dd289bb7a10721b08770bb3e807614835f490d514f2a5" | ||
14 | |||
15 | BBCLASSEXTEND = "native" | ||