https://bugzilla.redhat.com/show_bug.cgi?id=2128486
Timothy Redaelli tredaelli@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|nobody@fedoraproject.org |tredaelli@redhat.com Status|NEW |ASSIGNED Flags| |fedora-review? | |needinfo?(hegjon@gmail.com) CC| |tredaelli@redhat.com Doc Type|--- |If docs needed, set a value
--- Comment #2 from Timothy Redaelli tredaelli@redhat.com --- Hi,
can you please fix the 2 reported problems:
python3-simple-rlp.noarch: W: wrong-file-end-of-line-encoding /usr/share/doc/python3-simple-rlp/README.md
For this one you can use: sed -i 's/\r$//'
python3-simple-rlp.noarch: E: description-line-too-long The pyrlp needs 5 dependencies. This alternative is write in pure python and don't have any dependencies. Recommended use for projects that don't need the Ethereum tools. If you already uses the Ethereum tools uses the pyrlp.
For this one, just split the description line, since it's too long
Thank you