Skip to content

Commit

Permalink
fixed: python-lsassy
Browse files Browse the repository at this point in the history
Updated to the latest commit that fixes the conflicting issues with other BA packages. Thank you @noraj for your latest commit on [lsassy](login-securite/lsassy#85)
  • Loading branch information
D3vil0p3r authored Jun 23, 2023
1 parent c415bb6 commit 9333952
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/python-lsassy/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pkgname=python-lsassy
_pkgname=lsassy
_pyver=3.11
pkgver=v3.1.8.r0.g14d8f8a
pkgver=v3.1.8.r5.g2dd218f
pkgrel=1
pkgdesc='Python library to remotely extract credentials on a set of hosts.'
arch=('any')
Expand Down Expand Up @@ -32,7 +32,5 @@ package() {
cd "$_pkgname"

python setup.py install --root="$pkgdir" --prefix=/usr -O1 --skip-build

rm -rf "$pkgdir/usr/lib/python$_pyver/site-packages/tests"
}

0 comments on commit 9333952

Please sign in to comment.