Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/pkgs/pkgconfig/spkg-install.in: Remove pyproject.toml so that p…
Browse files Browse the repository at this point in the history
…ip installs using setup.py
  • Loading branch information
Matthias Koeppe committed Jun 5, 2020
1 parent 10a2bac commit 6755adb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/pkgs/pkgconfig/spkg-install.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
cd src

# Make sure that modern pip uses the generated setup.py
# that is distributed with the PyPI tarball,
# so we do not have to have poetry. Trac #29803.
rm -f pyproject.toml

sdh_pip_install .

if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 6755adb

Please sign in to comment.