fedora-python / pyp2rpm

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

fades - unsatisfied dependencies #171

Open frafra opened 6 years ago

frafra commented 6 years ago

Hi, I was trying to use pyp2rpm with fades. I got a nice srpm and I tried to build it with corp: https://copr.fedorainfracloud.org/coprs/frafra/fades/build/769835/ It seems unable to find some dependencies, even if fades runs just fine on my F28:

No matching package to install: 'python3dist(logassert)'
No matching package to install: 'python3dist(pep257)'
No matching package to install: 'python3dist(pyuca)'
No matching package to install: 'python3dist(rst2html5)'

Is it a bug? Am I supposed to adjust the spec file manually?

hroncok commented 6 years ago

Upstream fades says it needs those packages. But I assume they are not packaged in Fedora. You may try if it works if you remove them manually, or package those as well.

frafra commented 6 years ago

Thank you!