Skip to content

Commit

Permalink
build/pkgs/pexpect: Fix upstream_url, simplify spkg-install.in
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Dec 7, 2023
1 parent 2806584 commit 5fd53f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion build/pkgs/pexpect/checksums.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ tarball=pexpect-VERSION.tar.gz
sha1=5bff9230c419eecbf701059f104e74a3f3a1b208
md5=f48d48325ee7f1221add0396ea9e2f14
cksum=2367435032
upstream_url=https://codeload.github.com/pexpect/pexpect/tar.gz/VERSION
upstream_url=https://pypi.io/packages/source/p/pexpect/pexpect-VERSION.tar.gz
6 changes: 0 additions & 6 deletions build/pkgs/pexpect/spkg-install.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
cd src

sdh_pip_install .

if [ $? -ne 0 ]; then
echo "Error installing pexpect"
exit 1
fi

0 comments on commit 5fd53f6

Please sign in to comment.