I have a smartparens-pkg.el file which defines dependencies for a package instead of declaring it in the main file header.
Right now eask reports
Unmatch dependency ’dash’; add (dash "VERSION") to package-file or consider removing it
We should make sure to also check if a -pkg.el file exists and read the dependencies from there.