| Index: utils/pub/pubspec.dart
|
| diff --git a/utils/pub/pubspec.dart b/utils/pub/pubspec.dart
|
| index 767a79176cfdd2a0812be2ba4ff8c7a33fac9354..e18b89b1439e994a3d23c839c1e803c6053cd292 100644
|
| --- a/utils/pub/pubspec.dart
|
| +++ b/utils/pub/pubspec.dart
|
| @@ -95,7 +95,7 @@ class Pubspec {
|
| 'Dependency specification $spec must be a string or a mapping.');
|
| }
|
|
|
| - source.validateDescription(description);
|
| + source.validateDescription(description, fromLockFile: false);
|
|
|
| dependencies.add(new PackageRef(
|
| source, versionConstraint, description));
|
|
|