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

Commit 1079cd4

Browse files
author
Matthias Koeppe
committed
build/pkgs/pkgconfig: Do not remove pyproject.toml, add poetry_core as a dependency
1 parent 0624430 commit 1079cd4

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

build/pkgs/pkgconfig/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$(PYTHON) | $(PYTHON_TOOLCHAIN) pkgconf
1+
$(PYTHON) | $(PYTHON_TOOLCHAIN) pkgconf poetry_core
22

33
----------
44
All lines of this file are ignored except the first.

build/pkgs/pkgconfig/spkg-install.in

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
cd src
22

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

105
if [ $? -ne 0 ]; then

0 commit comments

Comments
 (0)