From 775bbc2da31df87f7ace5cd2e261c9ea50936a36 Mon Sep 17 00:00:00 2001 From: rra Date: Sun, 16 Jan 2022 14:00:14 +0100 Subject: [PATCH] update to bullseye --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3192d0b..d7190a2 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Dropship is built using Python and GTK3. Dropship should work on the following distributions: -- Debian Stretch (9.0) +- Debian Bullseye Other Linux distributions may work as well. We currently do not support MacOS or Windows. @@ -41,9 +41,9 @@ Dropship requires the following system dependencies: [![PyPI version](https://badge.fury.io/py/dropship.svg)](https://badge.fury.io/py/dropship) [![Build Status](https://travis-ci.org/decentral1se/dropship.svg?branch=main)](https://travis-ci.org/decentral1se/dropship) -
Debian Stretch +
Debian Bullseye
-$ sudo apt install -y python3-gi python3-gi-cairo gir1.2-gtk-3.0
+$ sudo apt install -y python3-gi python3-cairo-dev python3-gi-cairo gir1.2-gtk-3.0 libglib2.0-dev libgirepository1.0-dev libcairo2-dev
 $ python3 -m venv .venv
 $ source .venv/bin/activate
 $ pip install dropship