Skip to content

Commit

Permalink
remove patching of pyuwsginossl.ini
Browse files Browse the repository at this point in the history
upstream already provides a working configuration
  • Loading branch information
asottile committed Aug 22, 2024
1 parent 43875ec commit 1dbd920
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions patch-uwsgi-packaging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@ APPEND_VERSION=${APPEND_VERSION:-""}
cp setup.py $SRC/setup.py
sed -i.bak 's/uwsgiconfig\.uwsgi_version/uwsgiconfig.uwsgi_version + "'$APPEND_VERSION'"/' $SRC/setup.py
rm $SRC/setup.py.bak
cp $SRC/buildconf/pyuwsgi.ini $SRC/buildconf/pyuwsginossl.ini
echo "ssl = false" >> $SRC/buildconf/pyuwsginossl.ini
rm $SRC/PKG-INFO

0 comments on commit 1dbd920

Please sign in to comment.