Skip to content

Commit

Permalink
donpapi: fix missing pkg_resources
Browse files Browse the repository at this point in the history
  • Loading branch information
dadevel committed Jun 18, 2024
1 parent 1076064 commit 5799fcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions donpapi/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ package() {
python -m venv "${pkgdir}/opt/archpkgs/${pkgname}"
declare -x VIRTUAL_ENV="${pkgdir}/opt/archpkgs/${pkgname}" PYTHONPATH="${pkgdir}/opt/archpkgs/${pkgname}" PATH="${pkgdir}/opt/archpkgs/${pkgname}/bin:$PATH"
pip install .
pip install setuptools # for pkg_resources
pip install git+https://github.com/dadevel/impacket@latest
cat << EOF > "${pkgdir}/opt/archpkgs/bin/${pkgname}"
#!/bin/sh
Expand Down

0 comments on commit 5799fcc

Please sign in to comment.