#29 [copr] Dependencies: python-werkzeug, python2-pygit2
Closed: Fixed 7 years ago Opened 7 years ago by jflory7.

Problem

When using the Copr, it should have dependencies on python-werkzeug and python2-pygit2.

Analysis

When running the importer recently, these packages needed to be installed in order for the program to run from Copr. Immediately after installing them with DNF, I resolved the stacktraces I was receiving.


Also, python-click and python-PyGithub

I just installed it in a docker container and here is the list I had to install:

  • python3-requests
  • python3-werkzeug
  • python3-pygit2
  • python3-fedora
  • python3-click
  • python3-PyGithub

They should be added as Requires in the spec file.

And it should also require git

Here is the spec file --> https://paste.fedoraproject.org/511196/ I used to build the rpms.

The missing dependencies are python3-requests and python3-PyGithub. The others should be there.

Took me a minute but found it, the Requires are in python-pgimport, not in the python3 subpackage :)

So you would have to move the Requires around line 38 :)

Edit: The BuildRequires are fine where they are though

Tested and working with the new spec file Thanks ;)

@cverna could you bump the Release of the spec file (and adjust the changelog accordingly) and trigger a rebuild in copr with these changes so we can benefit from them? :)

@cverna changed the status to Closed

7 years ago

version 2.1.1 released :wink:

Login to comment on this ticket.

Metadata