On 10/28/19 2:59 PM, Ben Cotton wrote:
> Hi everyone, I'm getting an error (below) trying to request a repo for
> a new package. I have my Bugzilla API key specified in
> ~/.config/python-bugzilla/bugzillarc (as well as in ~/.bugzillarc, and
> I even tried adding it to ~/.config/rpkg/fedpkg.conf in a variety of
> ways). I've confirmed that the API key works with other tools, so I'm
> not sure what's going on here. Any suggestions?
>

$ rpm -q python3-bugzilla
python3-bugzilla-2.3.0-1.fc31.noarch

Make sure you have that python3-bugzilla version installed (or whatever
is latest), then verify 'rpm -ql python3-bugzilla' matches what you see
from 'python3 -c 'import bugzilla; print(bugzilla)'. Could be a conflict
with a pip installed python-bugzilla

- Cole
_______________________________________________
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