Fix how environments are read from lockfile

This commit is contained in:
Scott Wittenburg
2022-02-08 17:52:23 -07:00
committed by Todd Gamblin
parent f6e7c0b740
commit cb0d12b9d5
16 changed files with 831 additions and 107 deletions

View File

@@ -14,6 +14,7 @@ class Dtbuild1(Package):
url = "http://www.example.com/dtbuild1-1.0.tar.gz"
version('1.0', '0123456789abcdef0123456789abcdef')
version('0.5', 'fedcba9876543210fedcba9876543210')
depends_on('dtbuild2', type='build')
depends_on('dtlink2')