[Rpm-maint] [rpm-software-management/rpm] Fix dynamic buildrequire error handling (#889)

Miro Hrončok notifications at github.com
Tue Oct 8 11:14:25 UTC 2019


Could you please recheck with [pyproject-rpm-macros-0-7.fc32](https://kojipkgs.fedoraproject.org/work/tasks/1439/38141439/pyproject-rpm-macros-0-7.fc32.noarch.rpm) or manually adding the minimal change of the macro file from [the PR](https://src.fedoraproject.org/rpms/pyproject-rpm-macros/pull-request/17) i.e.:

```diff
diff --git a/macros.pyproject b/macros.pyproject
index c826123..3a35ad7 100644
--- a/macros.pyproject
+++ b/macros.pyproject
@@ -26,7 +26,7 @@ echo 'python3-devel'
 echo 'python3dist(packaging)'
 echo 'python3dist(pytoml)'
 # setuptools assumes no pre-existing dist-info
-rm -rfv *.dist-info/
+rm -rfv *.dist-info/ >&2
 if [ -f %{__python3} ]; then
   RPM_TOXENV="%{toxenv}" %{__python3} -I %{_rpmconfigdir}/redhat/pyproject_buildrequires.py %{?**}
 fi

```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/889#issuecomment-539466030
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20191008/07f4143f/attachment.html>


More information about the Rpm-maint mailing list