On Thursday, 30 April 2020 at 15:51, Luke Hinds wrote:
> Hey All,
> 
> Trying to update a package and getting failures over:
> 
> ~~~
> 
> WARNING: The pip package is not available, falling back to EasyInstall for
> handling setup_requires/test_requires; this is deprecated and will be
> removed in a future version.
> Download error on https://pypi.org/simple/pbr/: [Errno -2] Name or service
> not known -- Some packages may not be found!
> Couldn't find index page for 'pbr' (maybe misspelled?)

setup can't find a build dependency so it's trying to download it from
pypi.org. This isn't allowed in koji and won't work.

Try adding:
BuildRequires: python3-pbr

Regards,
Dominik
-- 
Fedora   https://getfedora.org  |  RPM Fusion  http://rpmfusion.org
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
        -- from "Collected Sayings of Muad'Dib" by the Princess Irulan
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to 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/devel@lists.fedoraproject.org

Reply via email to