From 983555c3afa640e7f38b5d7daf97d74d4674442b Mon Sep 17 00:00:00 2001 From: Alan Rominger Date: Thu, 6 Aug 2020 14:04:26 -0400 Subject: [PATCH] Add execution environment metadata Add libraries for SELinux content Add library for the at library --- bindep.txt | 3 +++ requirements.txt | 1 + 2 files changed, 4 insertions(+) create mode 100644 bindep.txt diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 0000000..b17f2fd --- /dev/null +++ b/bindep.txt @@ -0,0 +1,3 @@ +at [platform:rpm] +python3-libselinux [platform:rpm] +python3-libsemanage [platform:rpm] diff --git a/requirements.txt b/requirements.txt index e69de29..a651b20 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1 @@ +selinux