-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add e3.anod.spec.Anod.deps_source_list #606
base: master
Are you sure you want to change the base?
Add e3.anod.spec.Anod.deps_source_list #606
Conversation
18f516b
to
4084a6b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feel like you want with the two typoes. If you want to let them be, it is not an enormous matter :)
4084a6b
to
8ac8fd5
Compare
e3.anod.spec.Anod.source_list contain the dependencies source list (any e3.anod.deps.Dependency that require 'source_pkg') e3.anod.spec.Anod.deps will not reference anymore the source_pkg dependencies.
8ac8fd5
to
c0eba37
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think a cannot approve as some specs use Source dep to access spec functions. I saw them while rewriting some .anod. We need to change those specs first
e3.anod.spec.Anod.deps_source_list contain the dependencies source list (any e3.anod.deps.Dependency that require 'source_pkg')
e3.anod.spec.Anod.deps will not reference anymore the source_pkg dependencies.