All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization] [PATCH] python3-keyring: Remove RDEPENDS
@ 2020-11-23 14:40 zhengruoqin
  2020-11-23 14:41 ` [meta-virtualization] [PATCH] python3-magnumclient: Change to python3 zhengruoqin
  0 siblings, 1 reply; 10+ messages in thread
From: zhengruoqin @ 2020-11-23 14:40 UTC (permalink / raw)
  To: meta-virtualization

Because python3 no longer provides python3-typing package, it is removed from RDEPENDS.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 meta-openstack/recipes-devtools/python/python3-keyring_21.5.0.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta-openstack/recipes-devtools/python/python3-keyring_21.5.0.bb b/meta-openstack/recipes-devtools/python/python3-keyring_21.5.0.bb
index 59e6dbf1..d7565fd6 100644
--- a/meta-openstack/recipes-devtools/python/python3-keyring_21.5.0.bb
+++ b/meta-openstack/recipes-devtools/python/python3-keyring_21.5.0.bb
@@ -18,5 +18,4 @@ DEPENDS += " \
 RDEPENDS_${PN} = " \
 	python3-logging \
 	python3-importlib-metadata \
-	python3-typing \
 "
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [meta-virtualization] [PATCH] python-enum: Remove recipe
@ 2020-11-17 16:15 zangrc
  0 siblings, 0 replies; 10+ messages in thread
From: zangrc @ 2020-11-17 16:15 UTC (permalink / raw)
  To: meta-virtualization

Important

Superseded by Python standard library.

Python 3 now has in its standard library an enum implementation (also available for older Python versions as the third-party enum34 distribution) that supersedes this library.

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../python/python-enum_0.4.4.bb               | 20 -------------------
 1 file changed, 20 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-enum_0.4.4.bb

diff --git a/meta-openstack/recipes-devtools/python/python-enum_0.4.4.bb b/meta-openstack/recipes-devtools/python/python-enum_0.4.4.bb
deleted file mode 100644
index 4eb1ed5a..00000000
--- a/meta-openstack/recipes-devtools/python/python-enum_0.4.4.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-SUMMARY = "Robust enumerated type support in Python"
-DESCRIPTION = "This package provides a module for robust enumerations in Python."
-HOMEPAGE = "https://pypi.python.org/pypi/enum"
-SECTION = "devel/python"
-LICENSE = "GPLv2 | PSFv2"
-LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=4325afd396febcb659c36b49533135d4 \
-                    file://LICENSE.PSF;md5=1ad8a43fc3bbfea1585223c99f4c3e6f \
-"
-
-SRC_URI[md5sum] = "ce75c7c3c86741175a84456cc5bd531e"
-SRC_URI[sha256sum] = "9bdfacf543baf2350df7613eb37f598a802f346985ca0dc1548be6494140fdff"
-
-inherit setuptools3 pypi
-
-DEPENDS += " \
-        python-pip \
-"
-
-RDEPENDS_${PN} += " \
-"
-- 
2.25.1




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

end of thread, other threads:[~2020-12-01 21:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-23 14:40 [meta-virtualization] [PATCH] python3-keyring: Remove RDEPENDS zhengruoqin
2020-11-23 14:41 ` [meta-virtualization] [PATCH] python3-magnumclient: Change to python3 zhengruoqin
2020-11-23 14:42   ` [meta-virtualization] [PATCH] python3-manilaclient: " zhengruoqin
2020-11-23 14:42     ` [meta-virtualization] [PATCH] python3-microversion-parse: " zhengruoqin
2020-11-23 14:42       ` [meta-virtualization] [PATCH] python3-os-brick: " zhengruoqin
2020-11-23 14:42         ` [meta-virtualization] [PATCH] python3-os-vif: " zhengruoqin
2020-11-23 14:43           ` [meta-virtualization] [PATCH] python3-pypowervm: upgrade 1.1.10 -> 1.1.24 zhengruoqin
2020-11-23 14:43             ` [meta-virtualization] [PATCH] python-enum: Remove recipe zhengruoqin
2020-12-01 21:31               ` Bruce Ashfield
  -- strict thread matches above, loose matches on Subject: below --
2020-11-17 16:15 zangrc

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.