summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/apr/package.py
diff options
context:
space:
mode:
authorMichael Kuhn <michael.kuhn@ovgu.de>2020-12-29 17:12:26 +0100
committerGitHub <noreply@github.com>2020-12-29 10:12:26 -0600
commitc22141f444861abeaee297a3d92696e9ae94a509 (patch)
treef8b9da952c2c2a0ba65d60222e85462baf2ca32c /var/spack/repos/builtin/packages/apr/package.py
parentb421080c037f646dbfb7fc92f2c1d3f3a64fde54 (diff)
downloadspack-c22141f444861abeaee297a3d92696e9ae94a509.tar.gz
spack-c22141f444861abeaee297a3d92696e9ae94a509.tar.bz2
spack-c22141f444861abeaee297a3d92696e9ae94a509.tar.xz
spack-c22141f444861abeaee297a3d92696e9ae94a509.zip
Introduce virtual provider uuid (#18322)
libuuid is currently contained in util-linux, libuuid and uuid. This change introduces a new virtual provider `uuid` and renames the existing `uuid` package to `ossp-uuid`. util-linux's libuuid is provided in the form of a separate package util-linux-uuid to make sure that packages depending on uuid and util-linux can use a separate uuid implementation, which the concretizer does not allow if libuuid is contained in util-linux.
Diffstat (limited to 'var/spack/repos/builtin/packages/apr/package.py')
-rw-r--r--var/spack/repos/builtin/packages/apr/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/apr/package.py b/var/spack/repos/builtin/packages/apr/package.py
index f1af2257eb..b07f74b07f 100644
--- a/var/spack/repos/builtin/packages/apr/package.py
+++ b/var/spack/repos/builtin/packages/apr/package.py
@@ -18,4 +18,4 @@ class Apr(AutotoolsPackage):
patch('missing_includes.patch', when='@1.7.0')
- depends_on('libuuid', type='link')
+ depends_on('uuid', type='link')