All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization] [PATCH] python3-gevent-websocket: Remove python2 recipe
@ 2020-07-28  1:33 zhengruoqin
  2020-07-28  1:34 ` [meta-virtualization] [PATCH] python3-os-xenapi: Change to python3 zhengruoqin
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-07-28  1:33 UTC (permalink / raw)
  To: meta-virtualization

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>/
---
 .../python/python-gevent-websocket.inc           | 14 --------------
 .../python/python-gevent-websocket_0.10.1.bb     |  2 --
 .../python/python3-gevent-websocket_0.10.1.bb    | 16 ++++++++++++++--
 3 files changed, 14 insertions(+), 18 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-gevent-websocket.inc
 delete mode 100644 meta-openstack/recipes-devtools/python/python-gevent-websocket_0.10.1.bb

diff --git a/meta-openstack/recipes-devtools/python/python-gevent-websocket.inc b/meta-openstack/recipes-devtools/python/python-gevent-websocket.inc
deleted file mode 100644
index 011c23e..0000000
--- a/meta-openstack/recipes-devtools/python/python-gevent-websocket.inc
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "Websocket handler for the gevent pywsgi server, a Python network library"
-HOMEPAGE = "https://gitlab.com/noppo/gevent-websocket"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=5aa2f1d4ea55d60497aa8c3debf29ab2"
-
-SRC_URI[md5sum] = "e095bf3358175489a956949c1b4de9ff"
-SRC_URI[sha256sum] = "7eaef32968290c9121f7c35b973e2cc302ffb076d018c9068d2f5ca8b2d85fb0"
-
-inherit pypi
-
-RDEPENDS_${PN} += " \
-        ${PYTHON_PN}-gevent \
-        "
diff --git a/meta-openstack/recipes-devtools/python/python-gevent-websocket_0.10.1.bb b/meta-openstack/recipes-devtools/python/python-gevent-websocket_0.10.1.bb
deleted file mode 100644
index 99e4946..0000000
--- a/meta-openstack/recipes-devtools/python/python-gevent-websocket_0.10.1.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-gevent-websocket.inc
-inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python3-gevent-websocket_0.10.1.bb b/meta-openstack/recipes-devtools/python/python3-gevent-websocket_0.10.1.bb
index 99e4946..dc6435f 100644
--- a/meta-openstack/recipes-devtools/python/python3-gevent-websocket_0.10.1.bb
+++ b/meta-openstack/recipes-devtools/python/python3-gevent-websocket_0.10.1.bb
@@ -1,2 +1,14 @@
-require python-gevent-websocket.inc
-inherit setuptools3
+DESCRIPTION = "Websocket handler for the gevent pywsgi server, a Python network library"
+HOMEPAGE = "https://gitlab.com/noppo/gevent-websocket"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5aa2f1d4ea55d60497aa8c3debf29ab2"
+
+SRC_URI[md5sum] = "e095bf3358175489a956949c1b4de9ff"
+SRC_URI[sha256sum] = "7eaef32968290c9121f7c35b973e2cc302ffb076d018c9068d2f5ca8b2d85fb0"
+
+inherit setuptools3 pypi
+
+RDEPENDS_${PN} += " \
+        python3-gevent \
+        "
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [meta-virtualization] [PATCH] python3-os-xenapi: Change to python3
@ 2020-07-28  1:34 ` zhengruoqin
  2020-07-28  1:35   ` [meta-virtualization] [PATCH] python3-semantic-version: upgrade 2.4.2 -> 2.8.5 zhengruoqin
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-07-28  1:34 UTC (permalink / raw)
  To: meta-virtualization

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>/
---
 .../python/python-os-xenapi_git.bb            | 36 -------------------
 .../python/python3-os-xenapi_0.3.4.bb         | 29 +++++++++++++++
 2 files changed, 29 insertions(+), 36 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb
 create mode 100644 meta-openstack/recipes-devtools/python/python3-os-xenapi_0.3.4.bb

diff --git a/meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb b/meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb
deleted file mode 100644
index b6ef425..0000000
--- a/meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb
+++ /dev/null
@@ -1,36 +0,0 @@
-DESCRIPTION = "XenAPI library for OpenStack projects."
-HOMEPAGE = "https://github.com/openstack/os-xenapi"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
-
-SRCNAME = "os-xenapi"
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master"
-
-PV = "0.3.1+git${SRCPV}"
-SRCREV = "7dce682e2ab0c14236dbc58a38c925536b3b6f8d"
-S = "${WORKDIR}/git"
-
-inherit setuptools3
-
-# DEPENDS_default: python-pip
-
-DEPENDS += " \
-        python-pbr \
-        "
-
-# Satisfy setup.py 'setup_requires'
-DEPENDS += " \
-        python-pbr-native \
-	"
-	
-RDEPENDS_${PN} += " \
-        python-pbr \
-        python-babel \
-        python-eventlet \
-        python-oslo.concurrency \
-        python-oslo.log \
-        python-oslo.utils \
-        python-oslo.i18n \
-        python-six \
-        "
diff --git a/meta-openstack/recipes-devtools/python/python3-os-xenapi_0.3.4.bb b/meta-openstack/recipes-devtools/python/python3-os-xenapi_0.3.4.bb
new file mode 100644
index 0000000..d88d0a0
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-os-xenapi_0.3.4.bb
@@ -0,0 +1,29 @@
+DESCRIPTION = "XenAPI library for OpenStack projects."
+HOMEPAGE = "https://github.com/openstack/os-xenapi"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
+
+SRC_URI[sha256sum] = "85d9d4bff4086a9c36eb9b2b9dfce542fa8336821a63826180dc0e8637e8ad72"
+
+inherit setuptools3 pypi
+
+DEPENDS += " \
+        python3-pbr \
+        "
+
+DEPENDS += " \
+        python3-pbr-native \
+	"
+	
+RDEPENDS_${PN} += " \
+	bash \
+        python3-pbr \
+        python3-babel \
+        python3-eventlet \
+        python3-oslo.concurrency \
+        python3-oslo.log \
+        python3-oslo.utils \
+        python3-oslo.i18n \
+        python3-six \
+        "
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [meta-virtualization] [PATCH] python3-semantic-version: upgrade 2.4.2 -> 2.8.5
@ 2020-07-28  1:35   ` zhengruoqin
  2020-07-28  1:35     ` [meta-virtualization] [PATCH] python3-unicodecsv: Change to python3 zhengruoqin
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-07-28  1:35 UTC (permalink / raw)
  To: meta-virtualization

-License-Update: Copyright update.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>/
---
 .../python/python-semantic-version.inc        | 24 -------------------
 .../python/python-semantic-version_2.4.2.bb   |  2 --
 .../python/python3-semantic-version_2.4.2.bb  |  2 --
 .../python/python3-semantic-version_2.8.5.bb  | 13 ++++++++++
 4 files changed, 13 insertions(+), 28 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-semantic-version.inc
 delete mode 100644 meta-openstack/recipes-devtools/python/python-semantic-version_2.4.2.bb
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-semantic-version_2.4.2.bb
 create mode 100644 meta-openstack/recipes-devtools/python/python3-semantic-version_2.8.5.bb

diff --git a/meta-openstack/recipes-devtools/python/python-semantic-version.inc b/meta-openstack/recipes-devtools/python/python-semantic-version.inc
deleted file mode 100644
index e003c0c..0000000
--- a/meta-openstack/recipes-devtools/python/python-semantic-version.inc
+++ /dev/null
@@ -1,24 +0,0 @@
-DESCRIPTION = "A library which provides a few tools to handle SemVer in Python."
-HOMEPAGE = "http://pypi.python.org/pypi/semantic_version"
-SECTION = "devel/python"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=a7dcaa0740d59f8f13ef05a3d0ed7313"
-
-PYPI_PACKAGE = "semantic_version"
-
-SRC_URI[md5sum] = "fd7d5ade76e78d8540b9a4044496a57c"
-SRC_URI[sha256sum] = "7e8b7fa74a3bc9b6e90b15b83b9bc2377c78eaeae3447516425f475d5d6932d2"
-
-#export BUILD_SYS
-#export HOST_SYS
-
-inherit pypi
-
-# DEPENDS_default: python-pip
-
-DEPENDS += " \
-        "
-
-# RDEPENDS_default: 
-RDEPENDS_${PN} += " \
-        "
diff --git a/meta-openstack/recipes-devtools/python/python-semantic-version_2.4.2.bb b/meta-openstack/recipes-devtools/python/python-semantic-version_2.4.2.bb
deleted file mode 100644
index f4191f5..0000000
--- a/meta-openstack/recipes-devtools/python/python-semantic-version_2.4.2.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-semantic-version.inc
-inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python3-semantic-version_2.4.2.bb b/meta-openstack/recipes-devtools/python/python3-semantic-version_2.4.2.bb
deleted file mode 100644
index f4191f5..0000000
--- a/meta-openstack/recipes-devtools/python/python3-semantic-version_2.4.2.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-semantic-version.inc
-inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python3-semantic-version_2.8.5.bb b/meta-openstack/recipes-devtools/python/python3-semantic-version_2.8.5.bb
new file mode 100644
index 0000000..b91b655
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-semantic-version_2.8.5.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "A library which provides a few tools to handle SemVer in Python."
+HOMEPAGE = "http://pypi.python.org/pypi/semantic_version"
+SECTION = "devel/python"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=4fb31e3c1c7eeb8b5e8c07657cdd54e2"
+
+PYPI_PACKAGE = "semantic_version"
+
+SRC_URI[md5sum] = "76d7364def7ee487b6153d40b13de904"
+SRC_URI[sha256sum] = "d2cb2de0558762934679b9a104e82eca7af448c9f4974d1f3eeccff651df8a54"
+
+inherit setuptools3 pypi
+
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [meta-virtualization] [PATCH] python3-unicodecsv: Change to python3
@ 2020-07-28  1:35     ` zhengruoqin
  2020-07-28  1:35       ` [meta-virtualization] [PATCH] python3-websockify: upgrade 0.8.0 -> 0.9.0 zhengruoqin
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-07-28  1:35 UTC (permalink / raw)
  To: meta-virtualization

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>/
---
 .../python/python-unicodecsv_git.bb           | 24 -------------------
 .../python/python3-unicodecsv_0.14.1.bb       | 18 ++++++++++++++
 2 files changed, 18 insertions(+), 24 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-unicodecsv_git.bb
 create mode 100644 meta-openstack/recipes-devtools/python/python3-unicodecsv_0.14.1.bb

diff --git a/meta-openstack/recipes-devtools/python/python-unicodecsv_git.bb b/meta-openstack/recipes-devtools/python/python-unicodecsv_git.bb
deleted file mode 100644
index 548543e..0000000
--- a/meta-openstack/recipes-devtools/python/python-unicodecsv_git.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-SUMMARY = "Python2's stdlib csv module replacement with unicode support"
-HOMEPAGE = "https://github.com/jdunck/python-unicodecsv"
-SECTION = "devel/python"
-LICENSE = "BSD"
-
-PV = "0.14.1+git${SRCPV}"
-SRCREV = "4563e33ce322f5e2dea41e76cb33dc0e008ad341"
-
-SRCNAME = "unicodecsv"
-
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e71cdeaa2d2d59b225b8dfb9363fa590"
-SRC_URI = "git://github.com/jdunck/${BPN}.git"
-
-S = "${WORKDIR}/git"
-
-inherit setuptools3
-
-DEPENDS += " \
-	python-pbr \
-	"
-
-RDEPENDS_${PN} += " \
-	"
-
diff --git a/meta-openstack/recipes-devtools/python/python3-unicodecsv_0.14.1.bb b/meta-openstack/recipes-devtools/python/python3-unicodecsv_0.14.1.bb
new file mode 100644
index 0000000..ca8c069
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-unicodecsv_0.14.1.bb
@@ -0,0 +1,18 @@
+SUMMARY = "Python2's stdlib csv module replacement with unicode support"
+HOMEPAGE = "https://github.com/jdunck/python-unicodecsv"
+SECTION = "devel/python"
+LICENSE = "BSD"
+
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=776dee90d219355b4ffd5c06fda5a39d"
+
+SRC_URI[sha256sum] = "018c08037d48649a0412063ff4eda26eaa81eff1546dbffa51fa5293276ff7fc"
+
+inherit setuptools3 pypi
+
+DEPENDS += " \
+	python3-pbr \
+	"
+
+RDEPENDS_${PN} += " \
+	"
+
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [meta-virtualization] [PATCH] python3-websockify: upgrade 0.8.0 -> 0.9.0
@ 2020-07-28  1:35       ` zhengruoqin
  2020-07-28  1:35         ` [meta-virtualization] [PATCH] python3-xattr: upgrade 0.6.4 -> 0.9.7 zhengruoqin
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-07-28  1:35 UTC (permalink / raw)
  To: meta-virtualization

-License-Update: There is no LICENSE.txt file in the new version, change to PKG-INFO.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>/
---
 ...thon-websockify_0.8.0.bb => python3-websockify_0.9.0.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-websockify_0.8.0.bb => python3-websockify_0.9.0.bb} (52%)

diff --git a/meta-openstack/recipes-devtools/python/python-websockify_0.8.0.bb b/meta-openstack/recipes-devtools/python/python3-websockify_0.9.0.bb
similarity index 52%
rename from meta-openstack/recipes-devtools/python/python-websockify_0.8.0.bb
rename to meta-openstack/recipes-devtools/python/python3-websockify_0.9.0.bb
index c51a79b..436ee3d 100644
--- a/meta-openstack/recipes-devtools/python/python-websockify_0.8.0.bb
+++ b/meta-openstack/recipes-devtools/python/python3-websockify_0.9.0.bb
@@ -2,10 +2,10 @@ DESCRIPTION = "WebSockets support for any application/server"
 HOMEPAGE = "https://github.com/kanaka/websockify"
 SECTION = "devel/python"
 LICENSE = "LGPLv3"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a3b5f97c9d64189899b91b3728bfd774"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=eb81922f483833198eace60f1469f99d"
 
-SRC_URI[md5sum] = "8fa547ca4de84a96aa3472d55fbcdd59"
-SRC_URI[sha256sum] = "547d3d98c5081f2dc2872a2e4a3aef33e0ee5141d5f6209204aab2f4a41548d2"
+SRC_URI[md5sum] = "ff745fd67457fd077915753c9b808b2a"
+SRC_URI[sha256sum] = "c35b5b79ebc517d3b784dacfb993be413a93cda5222c6f382443ce29c1a6cada"
 
 inherit setuptools3 pypi
 
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [meta-virtualization] [PATCH] python3-xattr: upgrade 0.6.4 -> 0.9.7
@ 2020-07-28  1:35         ` zhengruoqin
  2020-07-30 19:48           ` Bruce Ashfield
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-07-28  1:35 UTC (permalink / raw)
  To: meta-virtualization

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>/
---
 .../python/python-xattr_0.6.4.bb               | 10 ----------
 .../python/python3-xattr_0.9.7.bb              | 18 ++++++++++++++++++
 2 files changed, 18 insertions(+), 10 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-xattr_0.6.4.bb
 create mode 100644 meta-openstack/recipes-devtools/python/python3-xattr_0.9.7.bb

diff --git a/meta-openstack/recipes-devtools/python/python-xattr_0.6.4.bb b/meta-openstack/recipes-devtools/python/python-xattr_0.6.4.bb
deleted file mode 100644
index d349a48..0000000
--- a/meta-openstack/recipes-devtools/python/python-xattr_0.6.4.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-DESCRIPTION = "Python wrapper for extended filesystem attributes"
-HOMEPAGE = "http://github.com/xattr/xattr"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7ebb582f22ddff5dcb0bc33d04f7cbb8"
-
-SRC_URI[md5sum] = "1bef31afb7038800f8d5cfa2f4562b37"
-SRC_URI[sha256sum] = "f9dcebc99555634b697fa3dad8ea3047deb389c6f1928d347a0c49277a5c0e9e"
-
-inherit setuptools3 pypi
\ No newline at end of file
diff --git a/meta-openstack/recipes-devtools/python/python3-xattr_0.9.7.bb b/meta-openstack/recipes-devtools/python/python3-xattr_0.9.7.bb
new file mode 100644
index 0000000..ea31fc1
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-xattr_0.9.7.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Python wrapper for extended filesystem attributes"
+HOMEPAGE = "http://github.com/xattr/xattr"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7ebb582f22ddff5dcb0bc33d04f7cbb8"
+
+SRC_URI[md5sum] = "3b9a928bc76c14eeeaccbc3c152c4920"
+SRC_URI[sha256sum] = "b0bbca828e04ef2d484a6522ae7b3a7ccad5e43fa1c6f54d78e24bb870f49d44"
+
+inherit setuptools3 pypi
+
+DEPENDS += " \
+	python3-cffi-native \
+"
+
+RDEPENDS_${PN} += " \
+	python3-cffi \
+"
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [meta-virtualization] [PATCH] python3-xattr: upgrade 0.6.4 -> 0.9.7
  2020-07-28  1:35         ` [meta-virtualization] [PATCH] python3-xattr: upgrade 0.6.4 -> 0.9.7 zhengruoqin
@ 2020-07-30 19:48           ` Bruce Ashfield
  0 siblings, 0 replies; 7+ messages in thread
From: Bruce Ashfield @ 2020-07-30 19:48 UTC (permalink / raw)
  To: zhengruoqin; +Cc: meta-virtualization

merged.

Bruce

In message: [meta-virtualization] [PATCH] python3-xattr: upgrade 0.6.4 -> 0.9.7
on 28/07/2020 zhengruoqin wrote:

> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>/
> ---
>  .../python/python-xattr_0.6.4.bb               | 10 ----------
>  .../python/python3-xattr_0.9.7.bb              | 18 ++++++++++++++++++
>  2 files changed, 18 insertions(+), 10 deletions(-)
>  delete mode 100644 meta-openstack/recipes-devtools/python/python-xattr_0.6.4.bb
>  create mode 100644 meta-openstack/recipes-devtools/python/python3-xattr_0.9.7.bb
> 
> diff --git a/meta-openstack/recipes-devtools/python/python-xattr_0.6.4.bb b/meta-openstack/recipes-devtools/python/python-xattr_0.6.4.bb
> deleted file mode 100644
> index d349a48..0000000
> --- a/meta-openstack/recipes-devtools/python/python-xattr_0.6.4.bb
> +++ /dev/null
> @@ -1,10 +0,0 @@
> -DESCRIPTION = "Python wrapper for extended filesystem attributes"
> -HOMEPAGE = "http://github.com/xattr/xattr"
> -SECTION = "devel/python"
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7ebb582f22ddff5dcb0bc33d04f7cbb8"
> -
> -SRC_URI[md5sum] = "1bef31afb7038800f8d5cfa2f4562b37"
> -SRC_URI[sha256sum] = "f9dcebc99555634b697fa3dad8ea3047deb389c6f1928d347a0c49277a5c0e9e"
> -
> -inherit setuptools3 pypi
> \ No newline at end of file
> diff --git a/meta-openstack/recipes-devtools/python/python3-xattr_0.9.7.bb b/meta-openstack/recipes-devtools/python/python3-xattr_0.9.7.bb
> new file mode 100644
> index 0000000..ea31fc1
> --- /dev/null
> +++ b/meta-openstack/recipes-devtools/python/python3-xattr_0.9.7.bb
> @@ -0,0 +1,18 @@
> +DESCRIPTION = "Python wrapper for extended filesystem attributes"
> +HOMEPAGE = "http://github.com/xattr/xattr"
> +SECTION = "devel/python"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7ebb582f22ddff5dcb0bc33d04f7cbb8"
> +
> +SRC_URI[md5sum] = "3b9a928bc76c14eeeaccbc3c152c4920"
> +SRC_URI[sha256sum] = "b0bbca828e04ef2d484a6522ae7b3a7ccad5e43fa1c6f54d78e24bb870f49d44"
> +
> +inherit setuptools3 pypi
> +
> +DEPENDS += " \
> +	python3-cffi-native \
> +"
> +
> +RDEPENDS_${PN} += " \
> +	python3-cffi \
> +"
> -- 
> 2.25.1
> 
> 
> 

> 



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-07-30 19:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-28  1:33 [meta-virtualization] [PATCH] python3-gevent-websocket: Remove python2 recipe zhengruoqin
2020-07-28  1:34 ` [meta-virtualization] [PATCH] python3-os-xenapi: Change to python3 zhengruoqin
2020-07-28  1:35   ` [meta-virtualization] [PATCH] python3-semantic-version: upgrade 2.4.2 -> 2.8.5 zhengruoqin
2020-07-28  1:35     ` [meta-virtualization] [PATCH] python3-unicodecsv: Change to python3 zhengruoqin
2020-07-28  1:35       ` [meta-virtualization] [PATCH] python3-websockify: upgrade 0.8.0 -> 0.9.0 zhengruoqin
2020-07-28  1:35         ` [meta-virtualization] [PATCH] python3-xattr: upgrade 0.6.4 -> 0.9.7 zhengruoqin
2020-07-30 19:48           ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.