Skip to content

Commit 7b9e4c7

Browse files
committed
Add setuptools to dependencies list
1 parent 92fc820 commit 7b9e4c7

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Otherwise, its desktop entry menu provides a similar set of options.
1919

2020
## Installation
2121

22+
To run Variety you will need Python 3.9+.
23+
2224
### As a system package
2325

2426
Variety is available in the distro repositories of:
@@ -52,9 +54,18 @@ sudo apt install variety-slideshow
5254
```
5355

5456
### Install from source
55-
To install Variety from source, you will need Git, Python 3.8+ and [distutils-extra](https://launchpad.net/python-distutils-extra). To actually run Variety, you will also need the following:
57+
58+
#### Build Requirements
59+
60+
To build Variety from source, you will need the following:
61+
62+
- setuptools
63+
- [python-distutils-extra](https://launchpad.net/python-distutils-extra)
5664

5765
#### Runtime Requirements
66+
67+
To actually run Variety, you will also need the following:
68+
5869
- GTK+ 3
5970
- gexiv2
6071
- libnotify

debian/control

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Priority: optional
44
Build-Depends: debhelper (>= 9),
55
dh-python,
66
python3,
7-
python3-distutils-extra (>= 2.18)
7+
python3-distutils-extra (>= 2.18),
8+
python3-setuptools
89
Maintainer: Peter Levi <peterlevi@peterlevi.com>
910
Uploaders: James Lu <james@overdrivenetworks.com>
1011
Standards-Version: 4.1.0

0 commit comments

Comments
 (0)