fedora-python / pyp2rpm

Tool to convert a package from PyPI to RPM SPECFILE or to generate SRPM.
MIT License
127 stars 39 forks source link

installation in virtualenv fails #27

Closed marbu closed 8 years ago

marbu commented 8 years ago

When I try to install current master of pyp2rpm in virtualenv, it fails with strange error (full output is here https://gist.github.com/marbu/1457a683fe5bac9e47d4).

This is not pyp2rpm issue, the root cause seems to be in pypandoc module (maybe related to sloppy error handling) which is used by setuptools-markdown, which is used by virtualen-api.

Maybe we may ask virtualenv-api upstream to drop setuptools-markdown build dependency, since you can't run it's setup.py wihtout pandoc, which makes haskell stack a build requirement.

hroncok commented 8 years ago

Thanks for this and lots of upstream issues. I think the most important is this one:

https://github.com/sjkingo/virtualenv-api/issues/21

hroncok commented 8 years ago

sjkingo/virtualenv-api#21 should be fixed now