diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-11-20 11:17:09 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-21 15:08:02 -0500 |
| commit | 6e51065697c681a7cf32507f08c8353efb223da9 (patch) | |
| tree | 3d8a7f588827ab80fc8d7cee16458372aa1b4caa /meta-openstack/recipes-devtools/python/python-enum-compat_0.0.2.bb | |
| parent | c44ab3936c48e5294ad6a59835d7647d09fd2102 (diff) | |
| download | meta-cloud-services-6e51065697c681a7cf32507f08c8353efb223da9.tar.gz | |
python-enum-compat: initial version v0.0.2
This will allow packages with 'enum-compat' in their requirements.txt
to not complain/error, even though the real dependency is on 'enum34'.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-enum-compat_0.0.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-enum-compat_0.0.2.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-enum-compat_0.0.2.bb b/meta-openstack/recipes-devtools/python/python-enum-compat_0.0.2.bb new file mode 100644 index 0000000..3ae7bb4 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-enum-compat_0.0.2.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | DESCRIPTION = "Python enum/enum34 compatibility package" | ||
| 2 | HOMEPAGE = "https://github.com/jstasiak/enum-compat" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "3002940b6620837d0fbc86ec72509be3" | ||
| 8 | SRC_URI[sha256sum] = "939ceff18186a5762ae4db9fa7bfe017edbd03b66526b798dd8245394c8a4192" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
