Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-devtools / python / python-keyring_5.3.bbappend
1
2 FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
3
4 SRC_URI += " \
5       file://python-keyring/no_keyring_password.patch \
6       file://python-keyring/lock_keyring_file.patch \
7       file://python-keyring/lock_keyring_file2.patch \
8       file://python-keyring/use_new_lock.patch \
9       file://python-keyring/fix_keyring_lockfile_location.patch \
10       file://python-keyring/use_temporary_file.patch \
11       file://python-keyring/chown_keyringlock_file.patch \
12       file://python-keyring/chmod_keyringlock2.patch \
13       file://python-keyring/keyring_path_change.patch \
14       file://python-keyring/remove-reader-lock.patch \
15       file://python-keyring/remove_others_perms_on_keyringcfg_file.patch \
16 "
17
18 DEPENDS += " python-hgtools-native"