Skip to content

Commit

Permalink
FIXUP: use apt build-dep . and remove fakeroot
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Sep 11, 2024
1 parent 87296f0 commit e38f014
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aliases:
command: |
export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true
apt-get update
apt-get install -y dh-python python3 python3-setuptools dpkg-dev debhelper
apt build-dep .
- &install-dependencies-rpm
name: Install dependencies (rpm)
Expand Down
2 changes: 1 addition & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Install dependencies:


```sh
sudo apt install -y podman dh-python build-essential fakeroot make libqt6gui6 \
sudo apt install -y podman dh-python build-essential make libqt6gui6 \
pipx python3 python3-dev
```

Expand Down
2 changes: 1 addition & 1 deletion dev_scripts/qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
```sh
sudo apt install -y podman dh-python build-essential fakeroot make libqt6gui6 \
sudo apt install -y podman dh-python build-essential make libqt6gui6 \
pipx python3 python3-dev
```
Expand Down

0 comments on commit e38f014

Please sign in to comment.