Closed coogor closed 2 years ago
same error for package csb43
Same problem here. I doubt it depends on a specific target package and it's very serious, since it prevents py2pack from working. I think the error is here https://github.com/openSUSE/py2pack/blob/master/py2pack/templates/opensuse.spec#L84
You can't use the + operator on a generator and a list, you have to call list(generator)
before doing it.
Edit: 0.8.7 fixes it on my system. 0.8.6 is still in the official openSUSE repos, however
Edit: 0.8.7 fixes it on my system. 0.8.6 is still in the official openSUSE repos, however
OK, then problem is not in this repo, but that we haven’t updated yet. And 0.8.7 is in Factory anyway.
generating a spec file for the below package results in a python dump
py2pack 0.8.6 on TW