On 20. 10. 19 17:06, Christopher Beck wrote:
On Sunday, October 20, 2019 12:34:28 PM CEST Miro Hrončok wrote:
On 19. 10. 19 19:05, Christopher Beck wrote:> I used some like the one in
the
  attachment. One modification was in line 70 as

it can be seen here, to have the correct case-sensitive writing of
PyVISA.
Additionally I changed pypi_name and other stuff (at the end very
desperate)
  all with the same result.


When I remove this:

# Remove bundled egg-info
rm -rf *.egg-info


The package builds fine.
The documentation build is looking for the directory.
Thanks a lot, now it works!

But now this egg-info will not be removed, or doesn't it matter anyway?


No. "Binary eggs" must be removed. This is however only a text metadata dir.

pyp2rpm adds this line to every package, it is usually not causing any trouble, but here it does, because the documentation build requires it in this case.

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
_______________________________________________
python-devel mailing list -- python-devel@lists.fedoraproject.org
To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org

Reply via email to