summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-xstatic-jsencrypt_2.3.1.1.bb
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-09-19 05:21:44 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-09-21 17:34:21 -0400
commit7417104b0c9e6b69628c4d223f4a8a44e8c75849 (patch)
tree8ff4eb1b120107383296bfb8d40f1832a43d56a1 /meta-openstack/recipes-devtools/python/python3-xstatic-jsencrypt_2.3.1.1.bb
parentba9046f439f732b7a9c04c700d87c30036b8a6d5 (diff)
downloadmeta-cloud-services-7417104b0c9e6b69628c4d223f4a8a44e8c75849.tar.gz
python3-xstatic-jsencrypt: Change to python3
Because python2 is no longer maintained, bb file is changed to python3 version. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-xstatic-jsencrypt_2.3.1.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-xstatic-jsencrypt_2.3.1.1.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-jsencrypt_2.3.1.1.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-jsencrypt_2.3.1.1.bb
new file mode 100644
index 0000000..05b3dba
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-xstatic-jsencrypt_2.3.1.1.bb
@@ -0,0 +1,22 @@
1DESCRIPTION = "JSEncrypt JavaScript library packaged for setuptools3"
2HOMEPAGE = "https://pypi.python.org/pypi/XStatic-JSEncrypt"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
6
7PYPI_PACKAGE = "XStatic-JSEncrypt"
8
9SRC_URI[md5sum] = "4b03331d4b2f6c12e2e4b8ee6056bda0"
10SRC_URI[sha256sum] = "a277912a4f70d1d2f58c8d94b992d244e69fcf851a2cbed5d83cb4fc422a72f2"
11
12inherit setuptools3 pypi
13
14# DEPENDS_default: python-pip
15
16DEPENDS += " \
17 python3-pip \
18 "
19
20# RDEPENDS_default:
21RDEPENDS_${PN} += " \
22 "