diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-01-19 13:12:03 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-01-30 17:13:34 -0500 |
| commit | 1379813bc87c4207e5f965373d798179a90429a2 (patch) | |
| tree | b2b7bdfcb5f1beab120f0d17b18d2014fb0fe0cf /meta-openstack | |
| parent | cac095b183171bd3d1a16bf2ece32188d35bb1d7 (diff) | |
| download | meta-cloud-services-1379813bc87c4207e5f965373d798179a90429a2.tar.gz | |
python3-fixtures: inherit setuptools3 not distutils
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-fixtures_3.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-fixtures_3.0.0.bb b/meta-openstack/recipes-devtools/python/python3-fixtures_3.0.0.bb index 6cd0d81..a933531 100644 --- a/meta-openstack/recipes-devtools/python/python3-fixtures_3.0.0.bb +++ b/meta-openstack/recipes-devtools/python/python3-fixtures_3.0.0.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=239e2f4698b85aad5ed39bae5d2ef226" | |||
| 7 | SRC_URI[md5sum] = "cd6345b497a62fad739efee66346c2e0" | 7 | SRC_URI[md5sum] = "cd6345b497a62fad739efee66346c2e0" |
| 8 | SRC_URI[sha256sum] = "fcf0d60234f1544da717a9738325812de1f42c2fa085e2d9252d8fff5712b2ef" | 8 | SRC_URI[sha256sum] = "fcf0d60234f1544da717a9738325812de1f42c2fa085e2d9252d8fff5712b2ef" |
| 9 | 9 | ||
| 10 | inherit distutils3 pypi | 10 | inherit setuptools3 pypi |
| 11 | 11 | ||
| 12 | DISTUTILS_INSTALL_ARGS = "--root=${D} \ | 12 | DISTUTILS_INSTALL_ARGS = "--root=${D} \ |
| 13 | --prefix=${prefix} \ | 13 | --prefix=${prefix} \ |
