Help with requires

Neal Becker ndbecker2 at gmail.com
Sat May 2 16:11:11 UTC 2009


I'm having problems with igraph and python-igraph.

igraph builds igraph-devel
python-igraph needs igraph-devel.

I'm assuming python-igraph needs the same version of igraph.

How should this be encoded?

Right now, I have

-------- igraph.spec
%package devel
Provides: %{name}-devel-%{version}

-------- python-igraph.spec

BuildRequires:	igraph-devel = %{version}

Is this correct?





More information about the fedora-devel-list mailing list