Update packages_yaml.rst (#42438)

Fix an incorrect example.
This commit is contained in:
Matthew Whitlock
2024-02-02 05:05:26 -05:00
committed by GitHub
parent 795360fe48
commit f8ce84860c

View File

@@ -657,10 +657,11 @@ You can assign class-level attributes in the configuration:
packages:
mpileaks:
# Override existing attributes
url: http://www.somewhereelse.com/mpileaks-1.0.tar.gz
# ... or add new ones
x: 1
package_attributes:
# Override existing attributes
url: http://www.somewhereelse.com/mpileaks-1.0.tar.gz
# ... or add new ones
x: 1
Attributes set this way will be accessible to any method executed
in the package.py file (e.g. the ``install()`` method). Values for these