summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRadioLogic2024-04-24 15:19:39 -0400
committerRadioLogic2024-04-24 15:19:39 -0400
commitc63ead5e18db3c221ec9dab568a898d38bae75a0 (patch)
treed00b9cceb33101220a62e885d63570d2e90f7db0 /PKGBUILD
parent6cb7418e1eead73e522e8e1474b6e25276276da2 (diff)
downloadaur-c63ead5e18db3c221ec9dab568a898d38bae75a0.tar.gz
Added python to dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e775815c48c..fc6268da8240 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=2
pkgdesc="Empire is a PowerShell and Python 3.x post-exploitation framework"
url="https://github.com/BC-SECURITY/Empire"
arch=('any')
-depends=('dotnet-sdk-6.0' 'powershell' 'openssl')
+depends=('python' 'dotnet-sdk-6.0' 'powershell' 'openssl')
makedepends=('git' 'python-poetry' 'findutils' 'coreutils' 'sed' 'openssl')
optdepends=(
'mysql: stager data can be placed in database'