Apparently the upgrade command works differently.

It doesn't find anything if we spell out the full package name and
version.  If we drop the last segment, however...
This commit is contained in:
Jean-Paul Calderone 2018-07-04 09:07:46 -04:00
parent 11fa6303e9
commit 9525198cdd

View File

@ -262,7 +262,7 @@ jobs:
libyaml-0.1.6 </dev/null libyaml-0.1.6 </dev/null
slackpkg upgrade \ slackpkg upgrade \
openssl-1.0.2k </dev/null openssl-1.0 </dev/null
# neither virtualenv nor pip is packaged. # neither virtualenv nor pip is packaged.
# do it the hard way. # do it the hard way.