mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] python3-zipp: fix missing version in setup.py
@ 2020-07-09  9:15 Philipp Zabel
  2020-07-17 11:57 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2020-07-09  9:15 UTC (permalink / raw)
  To: ptxdist

zipp.egg-info/PKG-INFO contains the correct version, but it is
overwritten to 0.0.0 by setup.py build if not set in setup.cfg.
Fixes the following error when running pytest:

  Traceback (most recent call last):
    File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 583, in _build_master
    File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 900, in require
    File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 791, in resolve
  pkg_resources.ContextualVersionConflict: (zipp 0.0.0 (/usr/lib/python3.7/site-packages), Requirement.parse('zipp>=0.5'), {'importlib-metadata'})

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/python3-zipp.make | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/rules/python3-zipp.make b/rules/python3-zipp.make
index bd43b1b3bd9a..a743971e9847 100644
--- a/rules/python3-zipp.make
+++ b/rules/python3-zipp.make
@@ -31,6 +31,12 @@ PYTHON3_ZIPP_LICENSE_FILES := \
 
 PYTHON3_ZIPP_CONF_TOOL	:= python3
 
+$(STATEDIR)/python3-zipp.extract.post:
+	@$(call targetinfo)
+	@$(call world/patchin/post, PYTHON3_ZIPP)
+	@sed -i '/^name =/aversion = $(PYTHON3_ZIPP_VERSION)' $(PYTHON3_ZIPP_DIR)/setup.cfg
+	@$(call touch)
+
 # ----------------------------------------------------------------------------
 # Target-Install
 # ----------------------------------------------------------------------------
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

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

end of thread, other threads:[~2020-07-17 11:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-09  9:15 [ptxdist] [PATCH] python3-zipp: fix missing version in setup.py Philipp Zabel
2020-07-17 11:57 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox