Use old #eql? for python reqs, for now
This commit is contained in:
parent
10949ad75d
commit
52574240af
@ -342,6 +342,10 @@ class PythonInstalled < Requirement
|
|||||||
binary.to_s
|
binary.to_s
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def eql?(other)
|
||||||
|
instance_of?(other.class) && hash == other.hash
|
||||||
|
end
|
||||||
|
|
||||||
def hash
|
def hash
|
||||||
# Requirements are a ComparableSet. So we define our identity by the
|
# Requirements are a ComparableSet. So we define our identity by the
|
||||||
# selected python binary plus the @imports in order to support multiple:
|
# selected python binary plus the @imports in order to support multiple:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user