# File lib/rpm/package.rb, line 43
    def add_dependency(dep)
      unless dep.is_a?(Dependency)
        raise TypeError.new("illegal argument type: must be a Dependency")
      end

      raise NotImplementedError
    end