[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Help with requires
- From: Neal Becker <ndbecker2 gmail com>
- To: fedora-devel-list redhat com
- Subject: Help with requires
- Date: Sat, 02 May 2009 12:11:11 -0400
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?
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]