Skip to content

Commit

Permalink
add dependency in container
Browse files Browse the repository at this point in the history
  • Loading branch information
gehoern committed Jan 15, 2025
1 parent daf9696 commit a5c515c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions prepare_source
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
apt-get install -y pybuild-plugin-pyproject

pkg=jinja2
version_orig=3.1.5
version="3.1.3-2"
Expand All @@ -20,5 +18,6 @@ sed -i '/0003-disallow-invalid-characters-in-keys-to-xmlattr-filte.patch/d' "$di

#builddepend
sed -i 's/--with python3,sphinxdoc/--with python3,sphinxdoc,pyproject/' "$dir/src/debian/rules"
sed -i 's/--with dh-python,/dh-python,pybuild-plugin-pyproject,/' "$dir/src/debian/control"

version="$version_orig-1"

0 comments on commit a5c515c

Please sign in to comment.